github.com/tada-team/tdproto@v1.51.57/tdapi/mixins.go (about) 1 package tdapi 2 3 type Paginator struct { 4 Limit int `schema:"limit"` 5 Offset int `schema:"offset"` 6 } 7 8 type UserParams struct { 9 Lang string `schema:"lang"` 10 Timezone string `schema:"timezone"` 11 }