theme
Theme
type tg.Theme struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Creator | bool | — | Whether the current user is the creator of this theme |
Default | bool | — | Whether this is the default theme |
ForChat | bool | — | Whether this theme is meant to be used as a chat theme |
ID | int64 | yes | Theme ID |
AccessHash | int64 | yes | Theme access hash |
Slug | string | yes | Unique theme ID |
Title | string | yes | Theme name |
Document | DocumentClass | — | Theme |
Settings | []ThemeSettings | — | Theme settings |
Emoticon | string | — | Theme emoji |
InstallsCount | int | — | Installation count |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
theme#a00e67d6