type github.com/gotd/td/tg.AttachMenuPeerTypePM
19 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_peer_type_gen.go#L244: type AttachMenuPeerTypePM struct {
tl_attach_menu_peer_type_gen.go#L251: func (a AttachMenuPeerTypePM) construct() AttachMenuPeerTypeClass { return &a }
tl_attach_menu_peer_type_gen.go#L255: _ bin.Encoder = &AttachMenuPeerTypePM{}
tl_attach_menu_peer_type_gen.go#L256: _ bin.Decoder = &AttachMenuPeerTypePM{}
tl_attach_menu_peer_type_gen.go#L257: _ bin.BareEncoder = &AttachMenuPeerTypePM{}
tl_attach_menu_peer_type_gen.go#L258: _ bin.BareDecoder = &AttachMenuPeerTypePM{}
tl_attach_menu_peer_type_gen.go#L260: _ AttachMenuPeerTypeClass = &AttachMenuPeerTypePM{}
tl_attach_menu_peer_type_gen.go#L263: func (a *AttachMenuPeerTypePM) Zero() bool {
tl_attach_menu_peer_type_gen.go#L272: func (a *AttachMenuPeerTypePM) String() string {
tl_attach_menu_peer_type_gen.go#L276: type Alias AttachMenuPeerTypePM
tl_attach_menu_peer_type_gen.go#L283: func (*AttachMenuPeerTypePM) TypeID() uint32 {
tl_attach_menu_peer_type_gen.go#L288: func (*AttachMenuPeerTypePM) TypeName() string {
tl_attach_menu_peer_type_gen.go#L293: func (a *AttachMenuPeerTypePM) TypeInfo() tdp.Type {
tl_attach_menu_peer_type_gen.go#L307: func (a *AttachMenuPeerTypePM) Encode(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L316: func (a *AttachMenuPeerTypePM) EncodeBare(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L324: func (a *AttachMenuPeerTypePM) Decode(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L335: func (a *AttachMenuPeerTypePM) DecodeBare(b *bin.Buffer) error {
tl_attach_menu_peer_type_gen.go#L612: v := AttachMenuPeerTypePM{}
tl_registry_gen.go#L4669: AttachMenuPeerTypePMTypeID: func() bin.Object { return &AttachMenuPeerTypePM{} },
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. |