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

25 uses

	github.com/gotd/td/tg (current package)
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L37: type CommunitiesToggleCommunityCollapsedInDialogsRequest struct {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L51: 	_ bin.Encoder     = &CommunitiesToggleCommunityCollapsedInDialogsRequest{}
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L52: 	_ bin.Decoder     = &CommunitiesToggleCommunityCollapsedInDialogsRequest{}
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L53: 	_ bin.BareEncoder = &CommunitiesToggleCommunityCollapsedInDialogsRequest{}
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L54: 	_ bin.BareDecoder = &CommunitiesToggleCommunityCollapsedInDialogsRequest{}
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L57: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) Zero() bool {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L75: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) String() string {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L79: 	type Alias CommunitiesToggleCommunityCollapsedInDialogsRequest
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L84: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) FillFrom(from interface {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L95: func (*CommunitiesToggleCommunityCollapsedInDialogsRequest) TypeID() uint32 {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L100: func (*CommunitiesToggleCommunityCollapsedInDialogsRequest) TypeName() string {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L105: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) TypeInfo() tdp.Type {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L129: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) SetFlags() {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L136: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) Encode(b *bin.Buffer) error {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L145: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) EncodeBare(b *bin.Buffer) error {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L163: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) Decode(b *bin.Buffer) error {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L174: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) DecodeBare(b *bin.Buffer) error {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L195: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) SetCollapsed(value bool) {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L206: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) GetCollapsed() (value bool) {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L214: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) GetCommunity() (value InputChannelClass) {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L222: func (t *CommunitiesToggleCommunityCollapsedInDialogsRequest) GetCommunityAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_communities_toggle_community_collapsed_in_dialogs_gen.go#L229: func (c *Client) CommunitiesToggleCommunityCollapsedInDialogs(ctx context.Context, request *CommunitiesToggleCommunityCollapsedInDialogsRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L7412: 		CommunitiesToggleCommunityCollapsedInDialogsRequestTypeID:               func() bin.Object { return &CommunitiesToggleCommunityCollapsedInDialogsRequest{} },
		tl_server_gen.go#L14257: func (s *ServerDispatcher) OnCommunitiesToggleCommunityCollapsedInDialogs(f func(ctx context.Context, request *CommunitiesToggleCommunityCollapsedInDialogsRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L14259: 		var request CommunitiesToggleCommunityCollapsedInDialogsRequest