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

26 uses

	github.com/gotd/td/tg (current package)
		tl_communities_toggle_participant_banned_gen.go#L37: type CommunitiesToggleParticipantBannedRequest struct {
		tl_communities_toggle_participant_banned_gen.go#L53: 	_ bin.Encoder     = &CommunitiesToggleParticipantBannedRequest{}
		tl_communities_toggle_participant_banned_gen.go#L54: 	_ bin.Decoder     = &CommunitiesToggleParticipantBannedRequest{}
		tl_communities_toggle_participant_banned_gen.go#L55: 	_ bin.BareEncoder = &CommunitiesToggleParticipantBannedRequest{}
		tl_communities_toggle_participant_banned_gen.go#L56: 	_ bin.BareDecoder = &CommunitiesToggleParticipantBannedRequest{}
		tl_communities_toggle_participant_banned_gen.go#L59: func (t *CommunitiesToggleParticipantBannedRequest) Zero() bool {
		tl_communities_toggle_participant_banned_gen.go#L80: func (t *CommunitiesToggleParticipantBannedRequest) String() string {
		tl_communities_toggle_participant_banned_gen.go#L84: 	type Alias CommunitiesToggleParticipantBannedRequest
		tl_communities_toggle_participant_banned_gen.go#L89: func (t *CommunitiesToggleParticipantBannedRequest) FillFrom(from interface {
		tl_communities_toggle_participant_banned_gen.go#L102: func (*CommunitiesToggleParticipantBannedRequest) TypeID() uint32 {
		tl_communities_toggle_participant_banned_gen.go#L107: func (*CommunitiesToggleParticipantBannedRequest) TypeName() string {
		tl_communities_toggle_participant_banned_gen.go#L112: func (t *CommunitiesToggleParticipantBannedRequest) TypeInfo() tdp.Type {
		tl_communities_toggle_participant_banned_gen.go#L140: func (t *CommunitiesToggleParticipantBannedRequest) SetFlags() {
		tl_communities_toggle_participant_banned_gen.go#L147: func (t *CommunitiesToggleParticipantBannedRequest) Encode(b *bin.Buffer) error {
		tl_communities_toggle_participant_banned_gen.go#L156: func (t *CommunitiesToggleParticipantBannedRequest) EncodeBare(b *bin.Buffer) error {
		tl_communities_toggle_participant_banned_gen.go#L180: func (t *CommunitiesToggleParticipantBannedRequest) Decode(b *bin.Buffer) error {
		tl_communities_toggle_participant_banned_gen.go#L191: func (t *CommunitiesToggleParticipantBannedRequest) DecodeBare(b *bin.Buffer) error {
		tl_communities_toggle_participant_banned_gen.go#L219: func (t *CommunitiesToggleParticipantBannedRequest) SetUnban(value bool) {
		tl_communities_toggle_participant_banned_gen.go#L230: func (t *CommunitiesToggleParticipantBannedRequest) GetUnban() (value bool) {
		tl_communities_toggle_participant_banned_gen.go#L238: func (t *CommunitiesToggleParticipantBannedRequest) GetCommunity() (value InputChannelClass) {
		tl_communities_toggle_participant_banned_gen.go#L246: func (t *CommunitiesToggleParticipantBannedRequest) GetParticipant() (value InputPeerClass) {
		tl_communities_toggle_participant_banned_gen.go#L254: func (t *CommunitiesToggleParticipantBannedRequest) GetCommunityAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_communities_toggle_participant_banned_gen.go#L261: func (c *Client) CommunitiesToggleParticipantBanned(ctx context.Context, request *CommunitiesToggleParticipantBannedRequest) (bool, error) {
		tl_registry_gen.go#L7416: 		CommunitiesToggleParticipantBannedRequestTypeID:                         func() bin.Object { return &CommunitiesToggleParticipantBannedRequest{} },
		tl_server_gen.go#L14333: func (s *ServerDispatcher) OnCommunitiesToggleParticipantBanned(f func(ctx context.Context, request *CommunitiesToggleParticipantBannedRequest) (bool, error)) {
		tl_server_gen.go#L14335: 		var request CommunitiesToggleParticipantBannedRequest