type github.com/gotd/td/tg.ChatlistsGetChatlistUpdatesRequest
20 uses
github.com/gotd/td/tg (current package)
tl_chatlists_get_chatlist_updates_gen.go#L44: type ChatlistsGetChatlistUpdatesRequest struct {
tl_chatlists_get_chatlist_updates_gen.go#L54: _ bin.Encoder = &ChatlistsGetChatlistUpdatesRequest{}
tl_chatlists_get_chatlist_updates_gen.go#L55: _ bin.Decoder = &ChatlistsGetChatlistUpdatesRequest{}
tl_chatlists_get_chatlist_updates_gen.go#L56: _ bin.BareEncoder = &ChatlistsGetChatlistUpdatesRequest{}
tl_chatlists_get_chatlist_updates_gen.go#L57: _ bin.BareDecoder = &ChatlistsGetChatlistUpdatesRequest{}
tl_chatlists_get_chatlist_updates_gen.go#L60: func (g *ChatlistsGetChatlistUpdatesRequest) Zero() bool {
tl_chatlists_get_chatlist_updates_gen.go#L72: func (g *ChatlistsGetChatlistUpdatesRequest) String() string {
tl_chatlists_get_chatlist_updates_gen.go#L76: type Alias ChatlistsGetChatlistUpdatesRequest
tl_chatlists_get_chatlist_updates_gen.go#L81: func (g *ChatlistsGetChatlistUpdatesRequest) FillFrom(from interface {
tl_chatlists_get_chatlist_updates_gen.go#L90: func (*ChatlistsGetChatlistUpdatesRequest) TypeID() uint32 {
tl_chatlists_get_chatlist_updates_gen.go#L95: func (*ChatlistsGetChatlistUpdatesRequest) TypeName() string {
tl_chatlists_get_chatlist_updates_gen.go#L100: func (g *ChatlistsGetChatlistUpdatesRequest) TypeInfo() tdp.Type {
tl_chatlists_get_chatlist_updates_gen.go#L119: func (g *ChatlistsGetChatlistUpdatesRequest) Encode(b *bin.Buffer) error {
tl_chatlists_get_chatlist_updates_gen.go#L128: func (g *ChatlistsGetChatlistUpdatesRequest) EncodeBare(b *bin.Buffer) error {
tl_chatlists_get_chatlist_updates_gen.go#L139: func (g *ChatlistsGetChatlistUpdatesRequest) Decode(b *bin.Buffer) error {
tl_chatlists_get_chatlist_updates_gen.go#L150: func (g *ChatlistsGetChatlistUpdatesRequest) DecodeBare(b *bin.Buffer) error {
tl_chatlists_get_chatlist_updates_gen.go#L163: func (g *ChatlistsGetChatlistUpdatesRequest) GetChatlist() (value InputChatlistDialogFilter) {
tl_chatlists_get_chatlist_updates_gen.go#L189: request := &ChatlistsGetChatlistUpdatesRequest{
tl_registry_gen.go#L5333: ChatlistsGetChatlistUpdatesRequestTypeID: func() bin.Object { return &ChatlistsGetChatlistUpdatesRequest{} },
tl_server_gen.go#L9512: var request ChatlistsGetChatlistUpdatesRequest
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. |