type github.com/gotd/td/tg.AttachMenuPeerTypeBotPM
19 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_peer_type_gen.go#L141: type AttachMenuPeerTypeBotPM struct {
tl_attach_menu_peer_type_gen.go#L148: func (a AttachMenuPeerTypeBotPM) construct() AttachMenuPeerTypeClass { return &a }
tl_attach_menu_peer_type_gen.go#L152: _ bin.Encoder = &AttachMenuPeerTypeBotPM{}
tl_attach_menu_peer_type_gen.go#L153: _ bin.Decoder = &AttachMenuPeerTypeBotPM{}
tl_attach_menu_peer_type_gen.go#L154: _ bin.BareEncoder = &AttachMenuPeerTypeBotPM{}
tl_attach_menu_peer_type_gen.go#L155: _ bin.BareDecoder = &AttachMenuPeerTypeBotPM{}
tl_attach_menu_peer_type_gen.go#L157: _ AttachMenuPeerTypeClass = &AttachMenuPeerTypeBotPM{}
tl_attach_menu_peer_type_gen.go#L160: func (a *AttachMenuPeerTypeBotPM) Zero() bool {
tl_attach_menu_peer_type_gen.go#L169: func (a *AttachMenuPeerTypeBotPM) String() string {
tl_attach_menu_peer_type_gen.go#L173: type Alias AttachMenuPeerTypeBotPM
tl_attach_menu_peer_type_gen.go#L180: func (*AttachMenuPeerTypeBotPM) TypeID() uint32 {
tl_attach_menu_peer_type_gen.go#L185: func (*AttachMenuPeerTypeBotPM) TypeName() string {
tl_attach_menu_peer_type_gen.go#L190: func (a *AttachMenuPeerTypeBotPM) TypeInfo() tdp.Type {
tl_attach_menu_peer_type_gen.go#L204: func (a *AttachMenuPeerTypeBotPM) Encode(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L213: func (a *AttachMenuPeerTypeBotPM) EncodeBare(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L221: func (a *AttachMenuPeerTypeBotPM) Decode(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L232: func (a *AttachMenuPeerTypeBotPM) DecodeBare(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L605: v := AttachMenuPeerTypeBotPM{}
tl_registry_gen.go#L4668: AttachMenuPeerTypeBotPMTypeID: func() bin.Object { return &AttachMenuPeerTypeBotPM{} },
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. |