Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tada-team/tdproto
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Nov 6, 2020
2 parents 80f888a + e08b530 commit 60ca0ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ type IntegrationKind struct {
// Integration unique name
Kind string `json:"kind"`

// Integration title
// Plugin title
Title string `json:"title"`

// Integration template
Template Integration `json:"template"`

// Path to icon
Icon string `json:"icon"`

// Plugin description
Description string `json:"description"`
}

// Complete integrations data, as received from server
Expand Down
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 60ca0ea

Please sign in to comment.