type github.com/gotd/td/tg.AttachMenuBotIcon
28 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_bot_gen.go#L84: Icons []AttachMenuBotIcon
tl_attach_menu_bot_gen.go#L159: GetIcons() (value []AttachMenuBotIcon)
tl_attach_menu_bot_gen.go#L380: a.Icons = make([]AttachMenuBotIcon, 0, headerLen%bin.PreallocateLimit)
tl_attach_menu_bot_gen.go#L383: var value AttachMenuBotIcon
tl_attach_menu_bot_gen.go#L542: func (a *AttachMenuBot) GetIcons() (value []AttachMenuBotIcon) {
tl_attach_menu_bot_icon_gen.go#L41: type AttachMenuBotIcon struct {
tl_attach_menu_bot_icon_gen.go#L72: _ bin.Encoder = &AttachMenuBotIcon{}
tl_attach_menu_bot_icon_gen.go#L73: _ bin.Decoder = &AttachMenuBotIcon{}
tl_attach_menu_bot_icon_gen.go#L74: _ bin.BareEncoder = &AttachMenuBotIcon{}
tl_attach_menu_bot_icon_gen.go#L75: _ bin.BareDecoder = &AttachMenuBotIcon{}
tl_attach_menu_bot_icon_gen.go#L78: func (a *AttachMenuBotIcon) Zero() bool {
tl_attach_menu_bot_icon_gen.go#L99: func (a *AttachMenuBotIcon) String() string {
tl_attach_menu_bot_icon_gen.go#L103: type Alias AttachMenuBotIcon
tl_attach_menu_bot_icon_gen.go#L108: func (a *AttachMenuBotIcon) FillFrom(from interface {
tl_attach_menu_bot_icon_gen.go#L124: func (*AttachMenuBotIcon) TypeID() uint32 {
tl_attach_menu_bot_icon_gen.go#L129: func (*AttachMenuBotIcon) TypeName() string {
tl_attach_menu_bot_icon_gen.go#L134: func (a *AttachMenuBotIcon) TypeInfo() tdp.Type {
tl_attach_menu_bot_icon_gen.go#L162: func (a *AttachMenuBotIcon) SetFlags() {
tl_attach_menu_bot_icon_gen.go#L169: func (a *AttachMenuBotIcon) Encode(b *bin.Buffer) error {
tl_attach_menu_bot_icon_gen.go#L178: func (a *AttachMenuBotIcon) EncodeBare(b *bin.Buffer) error {
tl_attach_menu_bot_icon_gen.go#L205: func (a *AttachMenuBotIcon) Decode(b *bin.Buffer) error {
tl_attach_menu_bot_icon_gen.go#L216: func (a *AttachMenuBotIcon) DecodeBare(b *bin.Buffer) error {
tl_attach_menu_bot_icon_gen.go#L260: func (a *AttachMenuBotIcon) GetName() (value string) {
tl_attach_menu_bot_icon_gen.go#L268: func (a *AttachMenuBotIcon) GetIcon() (value DocumentClass) {
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_attach_menu_bot_icon_gen.go#L294: func (a *AttachMenuBotIcon) GetIconAsNotEmpty() (*Document, bool) {
tl_registry_gen.go#L4648: AttachMenuBotIconTypeID: func() bin.Object { return &AttachMenuBotIcon{} },
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. |