Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Panfilkin committed Jul 27, 2023
1 parent bc71fd8 commit 7d10837
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public_status_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ package tdproto
type PublicStatusType string

const (
None PublicStatusType = "none"
Remote PublicStatusType = "remote"
Vacation PublicStatusType = "vacation"
Sick PublicStatusType = "sick"
Commuting PublicStatusType = "commuting"
DoNotDisturb PublicStatusType = "do_not_disturb"
Lunch PublicStatusType = "lunch"
BeRightBack PublicStatusType = "be_right_back"
PublicStatusNone PublicStatusType = "none"
PublicStatusRemote PublicStatusType = "remote"
PublicStatusVacation PublicStatusType = "vacation"
PublicStatusSick PublicStatusType = "sick"
PublicStatusCommuting PublicStatusType = "commuting"
PublicStatusDoNotDisturb PublicStatusType = "do_not_disturb"
PublicStatusLunch PublicStatusType = "lunch"
PublicStatusBeRightBack PublicStatusType = "be_right_back"
)

0 comments on commit 7d10837

Please sign in to comment.