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

104 uses

	github.com/gotd/td/tg (current package)
		tl_bots_set_bot_broadcast_default_admin_rights_gen.go#L45: 	AdminRights ChatAdminRights
		tl_bots_set_bot_broadcast_default_admin_rights_gen.go#L81: 	GetAdminRights() (value ChatAdminRights)
		tl_bots_set_bot_broadcast_default_admin_rights_gen.go#L162: func (s *BotsSetBotBroadcastDefaultAdminRightsRequest) GetAdminRights() (value ChatAdminRights) {
		tl_bots_set_bot_broadcast_default_admin_rights_gen.go#L183: func (c *Client) BotsSetBotBroadcastDefaultAdminRights(ctx context.Context, adminrights ChatAdminRights) (bool, error) {
		tl_bots_set_bot_group_default_admin_rights_gen.go#L45: 	AdminRights ChatAdminRights
		tl_bots_set_bot_group_default_admin_rights_gen.go#L81: 	GetAdminRights() (value ChatAdminRights)
		tl_bots_set_bot_group_default_admin_rights_gen.go#L162: func (s *BotsSetBotGroupDefaultAdminRightsRequest) GetAdminRights() (value ChatAdminRights) {
		tl_bots_set_bot_group_default_admin_rights_gen.go#L183: func (c *Client) BotsSetBotGroupDefaultAdminRights(ctx context.Context, adminrights ChatAdminRights) (bool, error) {
		tl_channel_participant_gen.go#L681: 	AdminRights ChatAdminRights
		tl_channel_participant_gen.go#L739: 	GetAdminRights() (value ChatAdminRights)
		tl_channel_participant_gen.go#L877: func (c *ChannelParticipantCreator) GetAdminRights() (value ChatAdminRights) {
		tl_channel_participant_gen.go#L930: 	AdminRights ChatAdminRights
		tl_channel_participant_gen.go#L1008: 	GetAdminRights() (value ChatAdminRights)
		tl_channel_participant_gen.go#L1286: func (c *ChannelParticipantAdmin) GetAdminRights() (value ChatAdminRights) {
		tl_channels_edit_admin_gen.go#L55: 	AdminRights ChatAdminRights
		tl_channels_edit_admin_gen.go#L110: 	GetAdminRights() (value ChatAdminRights)
		tl_channels_edit_admin_gen.go#L279: func (e *ChannelsEditAdminRequest) GetAdminRights() (value ChatAdminRights) {
		tl_chat_admin_rights_gen.go#L41: type ChatAdminRights struct {
		tl_chat_admin_rights_gen.go#L142: 	_ bin.Encoder     = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L143: 	_ bin.Decoder     = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L144: 	_ bin.BareEncoder = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L145: 	_ bin.BareDecoder = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L148: func (c *ChatAdminRights) Zero() bool {
		tl_chat_admin_rights_gen.go#L211: func (c *ChatAdminRights) String() string {
		tl_chat_admin_rights_gen.go#L215: 	type Alias ChatAdminRights
		tl_chat_admin_rights_gen.go#L220: func (c *ChatAdminRights) FillFrom(from interface {
		tl_chat_admin_rights_gen.go#L261: func (*ChatAdminRights) TypeID() uint32 {
		tl_chat_admin_rights_gen.go#L266: func (*ChatAdminRights) TypeName() string {
		tl_chat_admin_rights_gen.go#L271: func (c *ChatAdminRights) TypeInfo() tdp.Type {
		tl_chat_admin_rights_gen.go#L371: func (c *ChatAdminRights) SetFlags() {
		tl_chat_admin_rights_gen.go#L426: func (c *ChatAdminRights) Encode(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L435: func (c *ChatAdminRights) EncodeBare(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L447: func (c *ChatAdminRights) Decode(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L458: func (c *ChatAdminRights) DecodeBare(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L488: func (c *ChatAdminRights) SetChangeInfo(value bool) {
		tl_chat_admin_rights_gen.go#L499: func (c *ChatAdminRights) GetChangeInfo() (value bool) {
		tl_chat_admin_rights_gen.go#L507: func (c *ChatAdminRights) SetPostMessages(value bool) {
		tl_chat_admin_rights_gen.go#L518: func (c *ChatAdminRights) GetPostMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L526: func (c *ChatAdminRights) SetEditMessages(value bool) {
		tl_chat_admin_rights_gen.go#L537: func (c *ChatAdminRights) GetEditMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L545: func (c *ChatAdminRights) SetDeleteMessages(value bool) {
		tl_chat_admin_rights_gen.go#L556: func (c *ChatAdminRights) GetDeleteMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L564: func (c *ChatAdminRights) SetBanUsers(value bool) {
		tl_chat_admin_rights_gen.go#L575: func (c *ChatAdminRights) GetBanUsers() (value bool) {
		tl_chat_admin_rights_gen.go#L583: func (c *ChatAdminRights) SetInviteUsers(value bool) {
		tl_chat_admin_rights_gen.go#L594: func (c *ChatAdminRights) GetInviteUsers() (value bool) {
		tl_chat_admin_rights_gen.go#L602: func (c *ChatAdminRights) SetPinMessages(value bool) {
		tl_chat_admin_rights_gen.go#L613: func (c *ChatAdminRights) GetPinMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L621: func (c *ChatAdminRights) SetAddAdmins(value bool) {
		tl_chat_admin_rights_gen.go#L632: func (c *ChatAdminRights) GetAddAdmins() (value bool) {
		tl_chat_admin_rights_gen.go#L640: func (c *ChatAdminRights) SetAnonymous(value bool) {
		tl_chat_admin_rights_gen.go#L651: func (c *ChatAdminRights) GetAnonymous() (value bool) {
		tl_chat_admin_rights_gen.go#L659: func (c *ChatAdminRights) SetManageCall(value bool) {
		tl_chat_admin_rights_gen.go#L670: func (c *ChatAdminRights) GetManageCall() (value bool) {
		tl_chat_admin_rights_gen.go#L678: func (c *ChatAdminRights) SetOther(value bool) {
		tl_chat_admin_rights_gen.go#L689: func (c *ChatAdminRights) GetOther() (value bool) {
		tl_chat_admin_rights_gen.go#L697: func (c *ChatAdminRights) SetManageTopics(value bool) {
		tl_chat_admin_rights_gen.go#L708: func (c *ChatAdminRights) GetManageTopics() (value bool) {
		tl_chat_admin_rights_gen.go#L716: func (c *ChatAdminRights) SetPostStories(value bool) {
		tl_chat_admin_rights_gen.go#L727: func (c *ChatAdminRights) GetPostStories() (value bool) {
		tl_chat_admin_rights_gen.go#L735: func (c *ChatAdminRights) SetEditStories(value bool) {
		tl_chat_admin_rights_gen.go#L746: func (c *ChatAdminRights) GetEditStories() (value bool) {
		tl_chat_admin_rights_gen.go#L754: func (c *ChatAdminRights) SetDeleteStories(value bool) {
		tl_chat_admin_rights_gen.go#L765: func (c *ChatAdminRights) GetDeleteStories() (value bool) {
		tl_chat_admin_rights_gen.go#L773: func (c *ChatAdminRights) SetManageDirectMessages(value bool) {
		tl_chat_admin_rights_gen.go#L784: func (c *ChatAdminRights) GetManageDirectMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L792: func (c *ChatAdminRights) SetManageRanks(value bool) {
		tl_chat_admin_rights_gen.go#L803: func (c *ChatAdminRights) GetManageRanks() (value bool) {
		tl_chat_gen.go#L235: 	AdminRights ChatAdminRights
		tl_chat_gen.go#L341: 	GetAdminRights() (value ChatAdminRights, ok bool)
		tl_chat_gen.go#L817: func (c *Chat) SetAdminRights(value ChatAdminRights) {
		tl_chat_gen.go#L824: func (c *Chat) GetAdminRights() (value ChatAdminRights, ok bool) {
		tl_chat_gen.go#L1230: 	AdminRights ChatAdminRights
		tl_chat_gen.go#L1556: 	GetAdminRights() (value ChatAdminRights, ok bool)
		tl_chat_gen.go#L3032: func (c *Channel) SetAdminRights(value ChatAdminRights) {
		tl_chat_gen.go#L3039: func (c *Channel) GetAdminRights() (value ChatAdminRights, ok bool) {
		tl_chat_gen.go#L3905: 	GetAdminRights() (value ChatAdminRights, ok bool)
		tl_registry_gen.go#L5933: 		ChatAdminRightsTypeID:                                                   func() bin.Object { return &ChatAdminRights{} },
		tl_request_peer_type_gen.go#L298: 	UserAdminRights ChatAdminRights
		tl_request_peer_type_gen.go#L303: 	BotAdminRights ChatAdminRights
		tl_request_peer_type_gen.go#L366: 	GetUserAdminRights() (value ChatAdminRights, ok bool)
		tl_request_peer_type_gen.go#L367: 	GetBotAdminRights() (value ChatAdminRights, ok bool)
		tl_request_peer_type_gen.go#L630: func (r *RequestPeerTypeChat) SetUserAdminRights(value ChatAdminRights) {
		tl_request_peer_type_gen.go#L637: func (r *RequestPeerTypeChat) GetUserAdminRights() (value ChatAdminRights, ok bool) {
		tl_request_peer_type_gen.go#L648: func (r *RequestPeerTypeChat) SetBotAdminRights(value ChatAdminRights) {
		tl_request_peer_type_gen.go#L655: func (r *RequestPeerTypeChat) GetBotAdminRights() (value ChatAdminRights, ok bool) {
		tl_request_peer_type_gen.go#L689: 	UserAdminRights ChatAdminRights
		tl_request_peer_type_gen.go#L694: 	BotAdminRights ChatAdminRights
		tl_request_peer_type_gen.go#L749: 	GetUserAdminRights() (value ChatAdminRights, ok bool)
		tl_request_peer_type_gen.go#L750: 	GetBotAdminRights() (value ChatAdminRights, ok bool)
		tl_request_peer_type_gen.go#L944: func (r *RequestPeerTypeBroadcast) SetUserAdminRights(value ChatAdminRights) {
		tl_request_peer_type_gen.go#L951: func (r *RequestPeerTypeBroadcast) GetUserAdminRights() (value ChatAdminRights, ok bool) {
		tl_request_peer_type_gen.go#L962: func (r *RequestPeerTypeBroadcast) SetBotAdminRights(value ChatAdminRights) {
		tl_request_peer_type_gen.go#L969: func (r *RequestPeerTypeBroadcast) GetBotAdminRights() (value ChatAdminRights, ok bool) {
		tl_server_gen.go#L10079: func (s *ServerDispatcher) OnBotsSetBotBroadcastDefaultAdminRights(f func(ctx context.Context, adminrights ChatAdminRights) (bool, error)) {
		tl_server_gen.go#L10100: func (s *ServerDispatcher) OnBotsSetBotGroupDefaultAdminRights(f func(ctx context.Context, adminrights ChatAdminRights) (bool, error)) {
		tl_user_full_gen.go#L222: 	BotGroupAdminRights ChatAdminRights
		tl_user_full_gen.go#L231: 	BotBroadcastAdminRights ChatAdminRights
		tl_user_full_gen.go#L637: 	GetBotGroupAdminRights() (value ChatAdminRights, ok bool)
		tl_user_full_gen.go#L638: 	GetBotBroadcastAdminRights() (value ChatAdminRights, ok bool)
		tl_user_full_gen.go#L2376: func (u *UserFull) SetBotGroupAdminRights(value ChatAdminRights) {
		tl_user_full_gen.go#L2383: func (u *UserFull) GetBotGroupAdminRights() (value ChatAdminRights, ok bool) {
		tl_user_full_gen.go#L2394: func (u *UserFull) SetBotBroadcastAdminRights(value ChatAdminRights) {
		tl_user_full_gen.go#L2401: func (u *UserFull) GetBotBroadcastAdminRights() (value ChatAdminRights, ok bool) {