type github.com/gotd/td/tg.AttachMenuPeerTypeChat
19 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_peer_type_gen.go#L349: type AttachMenuPeerTypeChat struct {
tl_attach_menu_peer_type_gen.go#L356: func (a AttachMenuPeerTypeChat) construct() AttachMenuPeerTypeClass { return &a }
tl_attach_menu_peer_type_gen.go#L360: _ bin.Encoder = &AttachMenuPeerTypeChat{}
tl_attach_menu_peer_type_gen.go#L361: _ bin.Decoder = &AttachMenuPeerTypeChat{}
tl_attach_menu_peer_type_gen.go#L362: _ bin.BareEncoder = &AttachMenuPeerTypeChat{}
tl_attach_menu_peer_type_gen.go#L363: _ bin.BareDecoder = &AttachMenuPeerTypeChat{}
tl_attach_menu_peer_type_gen.go#L365: _ AttachMenuPeerTypeClass = &AttachMenuPeerTypeChat{}
tl_attach_menu_peer_type_gen.go#L368: func (a *AttachMenuPeerTypeChat) Zero() bool {
tl_attach_menu_peer_type_gen.go#L377: func (a *AttachMenuPeerTypeChat) String() string {
tl_attach_menu_peer_type_gen.go#L381: type Alias AttachMenuPeerTypeChat
tl_attach_menu_peer_type_gen.go#L388: func (*AttachMenuPeerTypeChat) TypeID() uint32 {
tl_attach_menu_peer_type_gen.go#L393: func (*AttachMenuPeerTypeChat) TypeName() string {
tl_attach_menu_peer_type_gen.go#L398: func (a *AttachMenuPeerTypeChat) TypeInfo() tdp.Type {
tl_attach_menu_peer_type_gen.go#L412: func (a *AttachMenuPeerTypeChat) Encode(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L421: func (a *AttachMenuPeerTypeChat) EncodeBare(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L429: func (a *AttachMenuPeerTypeChat) Decode(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L440: func (a *AttachMenuPeerTypeChat) DecodeBare(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L619: v := AttachMenuPeerTypeChat{}
tl_registry_gen.go#L4670: AttachMenuPeerTypeChatTypeID: func() bin.Object { return &AttachMenuPeerTypeChat{} },
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. |