type github.com/gotd/td/tg.Theme
54 uses
github.com/gotd/td/tg (current package)
tl_account_create_theme_gen.go#L351: func (c *Client) AccountCreateTheme(ctx context.Context, request *AccountCreateThemeRequest) (*Theme, error) {
tl_account_create_theme_gen.go#L352: var result Theme
tl_account_get_theme_gen.go#L205: func (c *Client) AccountGetTheme(ctx context.Context, request *AccountGetThemeRequest) (*Theme, error) {
tl_account_get_theme_gen.go#L206: var result Theme
tl_account_themes_gen.go#L147: Themes []Theme
tl_account_themes_gen.go#L192: GetThemes() (value []Theme)
tl_account_themes_gen.go#L287: t.Themes = make([]Theme, 0, headerLen%bin.PreallocateLimit)
tl_account_themes_gen.go#L290: var value Theme
tl_account_themes_gen.go#L309: func (t *AccountThemes) GetThemes() (value []Theme) {
tl_account_update_theme_gen.go#L446: func (c *Client) AccountUpdateTheme(ctx context.Context, request *AccountUpdateThemeRequest) (*Theme, error) {
tl_account_update_theme_gen.go#L447: var result Theme
tl_registry_gen.go#L4535: ThemeTypeID: func() bin.Object { return &Theme{} },
tl_server_gen.go#L1522: func (s *ServerDispatcher) OnAccountCreateTheme(f func(ctx context.Context, request *AccountCreateThemeRequest) (*Theme, error)) {
tl_server_gen.go#L1539: func (s *ServerDispatcher) OnAccountUpdateTheme(f func(ctx context.Context, request *AccountUpdateThemeRequest) (*Theme, error)) {
tl_server_gen.go#L1598: func (s *ServerDispatcher) OnAccountGetTheme(f func(ctx context.Context, request *AccountGetThemeRequest) (*Theme, error)) {
tl_theme_gen.go#L38: type Theme struct {
tl_theme_gen.go#L84: _ bin.Encoder = &Theme{}
tl_theme_gen.go#L85: _ bin.Decoder = &Theme{}
tl_theme_gen.go#L86: _ bin.BareEncoder = &Theme{}
tl_theme_gen.go#L87: _ bin.BareDecoder = &Theme{}
tl_theme_gen.go#L90: func (t *Theme) Zero() bool {
tl_theme_gen.go#L135: func (t *Theme) String() string {
tl_theme_gen.go#L139: type Alias Theme
tl_theme_gen.go#L144: func (t *Theme) FillFrom(from interface {
tl_theme_gen.go#L185: func (*Theme) TypeID() uint32 {
tl_theme_gen.go#L190: func (*Theme) TypeName() string {
tl_theme_gen.go#L195: func (t *Theme) TypeInfo() tdp.Type {
tl_theme_gen.go#L261: func (t *Theme) SetFlags() {
tl_theme_gen.go#L286: func (t *Theme) Encode(b *bin.Buffer) error {
tl_theme_gen.go#L295: func (t *Theme) EncodeBare(b *bin.Buffer) error {
tl_theme_gen.go#L333: func (t *Theme) Decode(b *bin.Buffer) error {
tl_theme_gen.go#L344: func (t *Theme) DecodeBare(b *bin.Buffer) error {
tl_theme_gen.go#L426: func (t *Theme) SetCreator(value bool) {
tl_theme_gen.go#L437: func (t *Theme) GetCreator() (value bool) {
tl_theme_gen.go#L445: func (t *Theme) SetDefault(value bool) {
tl_theme_gen.go#L456: func (t *Theme) GetDefault() (value bool) {
tl_theme_gen.go#L464: func (t *Theme) SetForChat(value bool) {
tl_theme_gen.go#L475: func (t *Theme) GetForChat() (value bool) {
tl_theme_gen.go#L483: func (t *Theme) GetID() (value int64) {
tl_theme_gen.go#L491: func (t *Theme) GetAccessHash() (value int64) {
tl_theme_gen.go#L499: func (t *Theme) GetSlug() (value string) {
tl_theme_gen.go#L507: func (t *Theme) GetTitle() (value string) {
tl_theme_gen.go#L515: func (t *Theme) SetDocument(value DocumentClass) {
tl_theme_gen.go#L522: func (t *Theme) GetDocument() (value DocumentClass, ok bool) {
tl_theme_gen.go#L533: func (t *Theme) SetSettings(value []ThemeSettings) {
tl_theme_gen.go#L540: func (t *Theme) GetSettings() (value []ThemeSettings, ok bool) {
tl_theme_gen.go#L551: func (t *Theme) SetEmoticon(value string) {
tl_theme_gen.go#L558: func (t *Theme) GetEmoticon() (value string, ok bool) {
tl_theme_gen.go#L569: func (t *Theme) SetInstallsCount(value int) {
tl_theme_gen.go#L576: func (t *Theme) GetInstallsCount() (value int, ok bool) {
tl_theme_gen.go#L588: func (t *Theme) GetDocumentAsNotEmpty() (*Document, bool) {
tl_update_gen.go#L14018: Theme Theme
tl_update_gen.go#L14059: GetTheme() (value Theme)
tl_update_gen.go#L14140: func (u *UpdateTheme) GetTheme() (value Theme) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |