type github.com/gotd/td/tg.InputNotifyBroadcasts
19 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_gen.go#L385: type InputNotifyBroadcasts struct {
tl_input_notify_peer_gen.go#L392: func (i InputNotifyBroadcasts) construct() InputNotifyPeerClass { return &i }
tl_input_notify_peer_gen.go#L396: _ bin.Encoder = &InputNotifyBroadcasts{}
tl_input_notify_peer_gen.go#L397: _ bin.Decoder = &InputNotifyBroadcasts{}
tl_input_notify_peer_gen.go#L398: _ bin.BareEncoder = &InputNotifyBroadcasts{}
tl_input_notify_peer_gen.go#L399: _ bin.BareDecoder = &InputNotifyBroadcasts{}
tl_input_notify_peer_gen.go#L401: _ InputNotifyPeerClass = &InputNotifyBroadcasts{}
tl_input_notify_peer_gen.go#L404: func (i *InputNotifyBroadcasts) Zero() bool {
tl_input_notify_peer_gen.go#L413: func (i *InputNotifyBroadcasts) String() string {
tl_input_notify_peer_gen.go#L417: type Alias InputNotifyBroadcasts
tl_input_notify_peer_gen.go#L424: func (*InputNotifyBroadcasts) TypeID() uint32 {
tl_input_notify_peer_gen.go#L429: func (*InputNotifyBroadcasts) TypeName() string {
tl_input_notify_peer_gen.go#L434: func (i *InputNotifyBroadcasts) TypeInfo() tdp.Type {
tl_input_notify_peer_gen.go#L448: func (i *InputNotifyBroadcasts) Encode(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L457: func (i *InputNotifyBroadcasts) EncodeBare(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L465: func (i *InputNotifyBroadcasts) Decode(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L476: func (i *InputNotifyBroadcasts) DecodeBare(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L727: v := InputNotifyBroadcasts{}
tl_registry_gen.go#L3774: InputNotifyBroadcastsTypeID: func() bin.Object { return &InputNotifyBroadcasts{} },
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. |