type github.com/gotd/td/tg.InputNotifyChats
19 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_gen.go#L280: type InputNotifyChats struct {
tl_input_notify_peer_gen.go#L287: func (i InputNotifyChats) construct() InputNotifyPeerClass { return &i }
tl_input_notify_peer_gen.go#L291: _ bin.Encoder = &InputNotifyChats{}
tl_input_notify_peer_gen.go#L292: _ bin.Decoder = &InputNotifyChats{}
tl_input_notify_peer_gen.go#L293: _ bin.BareEncoder = &InputNotifyChats{}
tl_input_notify_peer_gen.go#L294: _ bin.BareDecoder = &InputNotifyChats{}
tl_input_notify_peer_gen.go#L296: _ InputNotifyPeerClass = &InputNotifyChats{}
tl_input_notify_peer_gen.go#L299: func (i *InputNotifyChats) Zero() bool {
tl_input_notify_peer_gen.go#L308: func (i *InputNotifyChats) String() string {
tl_input_notify_peer_gen.go#L312: type Alias InputNotifyChats
tl_input_notify_peer_gen.go#L319: func (*InputNotifyChats) TypeID() uint32 {
tl_input_notify_peer_gen.go#L324: func (*InputNotifyChats) TypeName() string {
tl_input_notify_peer_gen.go#L329: func (i *InputNotifyChats) TypeInfo() tdp.Type {
tl_input_notify_peer_gen.go#L343: func (i *InputNotifyChats) Encode(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L352: func (i *InputNotifyChats) EncodeBare(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L360: func (i *InputNotifyChats) Decode(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L371: func (i *InputNotifyChats) DecodeBare(b *bin.Buffer) error {
tl_input_notify_peer_gen.go#L720: v := InputNotifyChats{}
tl_registry_gen.go#L3773: InputNotifyChatsTypeID: func() bin.Object { return &InputNotifyChats{} },
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. |