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