type github.com/gotd/td/tg.InputChatThemeEmpty
19 uses
github.com/gotd/td/tg (current package)
tl_input_chat_theme_gen.go#L38: type InputChatThemeEmpty struct {
tl_input_chat_theme_gen.go#L45: func (i InputChatThemeEmpty) construct() InputChatThemeClass { return &i }
tl_input_chat_theme_gen.go#L49: _ bin.Encoder = &InputChatThemeEmpty{}
tl_input_chat_theme_gen.go#L50: _ bin.Decoder = &InputChatThemeEmpty{}
tl_input_chat_theme_gen.go#L51: _ bin.BareEncoder = &InputChatThemeEmpty{}
tl_input_chat_theme_gen.go#L52: _ bin.BareDecoder = &InputChatThemeEmpty{}
tl_input_chat_theme_gen.go#L54: _ InputChatThemeClass = &InputChatThemeEmpty{}
tl_input_chat_theme_gen.go#L57: func (i *InputChatThemeEmpty) Zero() bool {
tl_input_chat_theme_gen.go#L66: func (i *InputChatThemeEmpty) String() string {
tl_input_chat_theme_gen.go#L70: type Alias InputChatThemeEmpty
tl_input_chat_theme_gen.go#L77: func (*InputChatThemeEmpty) TypeID() uint32 {
tl_input_chat_theme_gen.go#L82: func (*InputChatThemeEmpty) TypeName() string {
tl_input_chat_theme_gen.go#L87: func (i *InputChatThemeEmpty) TypeInfo() tdp.Type {
tl_input_chat_theme_gen.go#L101: func (i *InputChatThemeEmpty) Encode(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L110: func (i *InputChatThemeEmpty) EncodeBare(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L118: func (i *InputChatThemeEmpty) Decode(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L129: func (i *InputChatThemeEmpty) DecodeBare(b *bin.Buffer) error {
tl_input_chat_theme_gen.go#L469: v := InputChatThemeEmpty{}
tl_registry_gen.go#L6444: InputChatThemeEmptyTypeID: func() bin.Object { return &InputChatThemeEmpty{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |