type github.com/gotd/td/tg.AttachMenuBotIconColor
25 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_bot_icon_color_gen.go#L41: type AttachMenuBotIconColor struct {
tl_attach_menu_bot_icon_color_gen.go#L56: _ bin.Encoder = &AttachMenuBotIconColor{}
tl_attach_menu_bot_icon_color_gen.go#L57: _ bin.Decoder = &AttachMenuBotIconColor{}
tl_attach_menu_bot_icon_color_gen.go#L58: _ bin.BareEncoder = &AttachMenuBotIconColor{}
tl_attach_menu_bot_icon_color_gen.go#L59: _ bin.BareDecoder = &AttachMenuBotIconColor{}
tl_attach_menu_bot_icon_color_gen.go#L62: func (a *AttachMenuBotIconColor) Zero() bool {
tl_attach_menu_bot_icon_color_gen.go#L77: func (a *AttachMenuBotIconColor) String() string {
tl_attach_menu_bot_icon_color_gen.go#L81: type Alias AttachMenuBotIconColor
tl_attach_menu_bot_icon_color_gen.go#L86: func (a *AttachMenuBotIconColor) FillFrom(from interface {
tl_attach_menu_bot_icon_color_gen.go#L97: func (*AttachMenuBotIconColor) TypeID() uint32 {
tl_attach_menu_bot_icon_color_gen.go#L102: func (*AttachMenuBotIconColor) TypeName() string {
tl_attach_menu_bot_icon_color_gen.go#L107: func (a *AttachMenuBotIconColor) TypeInfo() tdp.Type {
tl_attach_menu_bot_icon_color_gen.go#L130: func (a *AttachMenuBotIconColor) Encode(b *bin.Buffer) error {
tl_attach_menu_bot_icon_color_gen.go#L139: func (a *AttachMenuBotIconColor) EncodeBare(b *bin.Buffer) error {
tl_attach_menu_bot_icon_color_gen.go#L149: func (a *AttachMenuBotIconColor) Decode(b *bin.Buffer) error {
tl_attach_menu_bot_icon_color_gen.go#L160: func (a *AttachMenuBotIconColor) DecodeBare(b *bin.Buffer) error {
tl_attach_menu_bot_icon_color_gen.go#L182: func (a *AttachMenuBotIconColor) GetName() (value string) {
tl_attach_menu_bot_icon_color_gen.go#L190: func (a *AttachMenuBotIconColor) GetColor() (value int) {
tl_attach_menu_bot_icon_gen.go#L64: Colors []AttachMenuBotIconColor
tl_attach_menu_bot_icon_gen.go#L111: GetColors() (value []AttachMenuBotIconColor, ok bool)
tl_attach_menu_bot_icon_gen.go#L246: a.Colors = make([]AttachMenuBotIconColor, 0, headerLen%bin.PreallocateLimit)
tl_attach_menu_bot_icon_gen.go#L249: var value AttachMenuBotIconColor
tl_attach_menu_bot_icon_gen.go#L276: func (a *AttachMenuBotIcon) SetColors(value []AttachMenuBotIconColor) {
tl_attach_menu_bot_icon_gen.go#L283: func (a *AttachMenuBotIcon) GetColors() (value []AttachMenuBotIconColor, ok bool) {
tl_registry_gen.go#L4647: AttachMenuBotIconColorTypeID: func() bin.Object { return &AttachMenuBotIconColor{} },
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. |