Skip to content

Commit

Permalink
UserParams fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc authored Nov 5, 2020
1 parent e7694fa commit e08b530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdapi/mixins.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ type Paginator struct {
}

type UserParams struct {
Lang int `schema:"lang"`
Timezone int `schema:"timezone"`
Lang string `schema:"lang"`
Timezone string `schema:"timezone"`
}

0 comments on commit e08b530

Please sign in to comment.