type github.com/gotd/td/tg.ChatlistsJoinChatlistUpdatesRequest

23 uses

	github.com/gotd/td/tg (current package)
		tl_chatlists_join_chatlist_updates_gen.go#L41: type ChatlistsJoinChatlistUpdatesRequest struct {
		tl_chatlists_join_chatlist_updates_gen.go#L58: 	_ bin.Encoder     = &ChatlistsJoinChatlistUpdatesRequest{}
		tl_chatlists_join_chatlist_updates_gen.go#L59: 	_ bin.Decoder     = &ChatlistsJoinChatlistUpdatesRequest{}
		tl_chatlists_join_chatlist_updates_gen.go#L60: 	_ bin.BareEncoder = &ChatlistsJoinChatlistUpdatesRequest{}
		tl_chatlists_join_chatlist_updates_gen.go#L61: 	_ bin.BareDecoder = &ChatlistsJoinChatlistUpdatesRequest{}
		tl_chatlists_join_chatlist_updates_gen.go#L64: func (j *ChatlistsJoinChatlistUpdatesRequest) Zero() bool {
		tl_chatlists_join_chatlist_updates_gen.go#L79: func (j *ChatlistsJoinChatlistUpdatesRequest) String() string {
		tl_chatlists_join_chatlist_updates_gen.go#L83: 	type Alias ChatlistsJoinChatlistUpdatesRequest
		tl_chatlists_join_chatlist_updates_gen.go#L88: func (j *ChatlistsJoinChatlistUpdatesRequest) FillFrom(from interface {
		tl_chatlists_join_chatlist_updates_gen.go#L99: func (*ChatlistsJoinChatlistUpdatesRequest) TypeID() uint32 {
		tl_chatlists_join_chatlist_updates_gen.go#L104: func (*ChatlistsJoinChatlistUpdatesRequest) TypeName() string {
		tl_chatlists_join_chatlist_updates_gen.go#L109: func (j *ChatlistsJoinChatlistUpdatesRequest) TypeInfo() tdp.Type {
		tl_chatlists_join_chatlist_updates_gen.go#L132: func (j *ChatlistsJoinChatlistUpdatesRequest) Encode(b *bin.Buffer) error {
		tl_chatlists_join_chatlist_updates_gen.go#L141: func (j *ChatlistsJoinChatlistUpdatesRequest) EncodeBare(b *bin.Buffer) error {
		tl_chatlists_join_chatlist_updates_gen.go#L161: func (j *ChatlistsJoinChatlistUpdatesRequest) Decode(b *bin.Buffer) error {
		tl_chatlists_join_chatlist_updates_gen.go#L172: func (j *ChatlistsJoinChatlistUpdatesRequest) DecodeBare(b *bin.Buffer) error {
		tl_chatlists_join_chatlist_updates_gen.go#L202: func (j *ChatlistsJoinChatlistUpdatesRequest) GetChatlist() (value InputChatlistDialogFilter) {
		tl_chatlists_join_chatlist_updates_gen.go#L210: func (j *ChatlistsJoinChatlistUpdatesRequest) GetPeers() (value []InputPeerClass) {
		tl_chatlists_join_chatlist_updates_gen.go#L218: func (j *ChatlistsJoinChatlistUpdatesRequest) MapPeers() (value InputPeerClassArray) {
		tl_chatlists_join_chatlist_updates_gen.go#L230: func (c *Client) ChatlistsJoinChatlistUpdates(ctx context.Context, request *ChatlistsJoinChatlistUpdatesRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L5334: 		ChatlistsJoinChatlistUpdatesRequestTypeID:                               func() bin.Object { return &ChatlistsJoinChatlistUpdatesRequest{} },
		tl_server_gen.go#L9527: func (s *ServerDispatcher) OnChatlistsJoinChatlistUpdates(f func(ctx context.Context, request *ChatlistsJoinChatlistUpdatesRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L9529: 		var request ChatlistsJoinChatlistUpdatesRequest