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

100 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#L184: func (c *Client) BotsSetBotGroupDefaultAdminRights(ctx context.Context, adminrights ChatAdminRights) (bool, error) {
		tl_channel_participant_gen.go#L454: 	AdminRights ChatAdminRights
		tl_channel_participant_gen.go#L510: 	GetAdminRights() (value ChatAdminRights)
		tl_channel_participant_gen.go#L648: func (c *ChannelParticipantCreator) GetAdminRights() (value ChatAdminRights) {
		tl_channel_participant_gen.go#L701: 	AdminRights ChatAdminRights
		tl_channel_participant_gen.go#L776: 	GetAdminRights() (value ChatAdminRights)
		tl_channel_participant_gen.go#L1054: func (c *ChannelParticipantAdmin) GetAdminRights() (value ChatAdminRights) {
		tl_channels_edit_admin_gen.go#L50: 	AdminRights ChatAdminRights
		tl_channels_edit_admin_gen.go#L99: 	GetAdminRights() (value ChatAdminRights)
		tl_channels_edit_admin_gen.go#L246: func (e *ChannelsEditAdminRequest) GetAdminRights() (value ChatAdminRights) {
		tl_chat_admin_rights_gen.go#L41: type ChatAdminRights struct {
		tl_chat_admin_rights_gen.go#L133: 	_ bin.Encoder     = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L134: 	_ bin.Decoder     = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L135: 	_ bin.BareEncoder = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L136: 	_ bin.BareDecoder = &ChatAdminRights{}
		tl_chat_admin_rights_gen.go#L139: func (c *ChatAdminRights) Zero() bool {
		tl_chat_admin_rights_gen.go#L196: func (c *ChatAdminRights) String() string {
		tl_chat_admin_rights_gen.go#L200: 	type Alias ChatAdminRights
		tl_chat_admin_rights_gen.go#L205: func (c *ChatAdminRights) FillFrom(from interface {
		tl_chat_admin_rights_gen.go#L242: func (*ChatAdminRights) TypeID() uint32 {
		tl_chat_admin_rights_gen.go#L247: func (*ChatAdminRights) TypeName() string {
		tl_chat_admin_rights_gen.go#L252: func (c *ChatAdminRights) TypeInfo() tdp.Type {
		tl_chat_admin_rights_gen.go#L342: func (c *ChatAdminRights) SetFlags() {
		tl_chat_admin_rights_gen.go#L391: func (c *ChatAdminRights) Encode(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L400: func (c *ChatAdminRights) EncodeBare(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L412: func (c *ChatAdminRights) Decode(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L423: func (c *ChatAdminRights) DecodeBare(b *bin.Buffer) error {
		tl_chat_admin_rights_gen.go#L451: func (c *ChatAdminRights) SetChangeInfo(value bool) {
		tl_chat_admin_rights_gen.go#L462: func (c *ChatAdminRights) GetChangeInfo() (value bool) {
		tl_chat_admin_rights_gen.go#L470: func (c *ChatAdminRights) SetPostMessages(value bool) {
		tl_chat_admin_rights_gen.go#L481: func (c *ChatAdminRights) GetPostMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L489: func (c *ChatAdminRights) SetEditMessages(value bool) {
		tl_chat_admin_rights_gen.go#L500: func (c *ChatAdminRights) GetEditMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L508: func (c *ChatAdminRights) SetDeleteMessages(value bool) {
		tl_chat_admin_rights_gen.go#L519: func (c *ChatAdminRights) GetDeleteMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L527: func (c *ChatAdminRights) SetBanUsers(value bool) {
		tl_chat_admin_rights_gen.go#L538: func (c *ChatAdminRights) GetBanUsers() (value bool) {
		tl_chat_admin_rights_gen.go#L546: func (c *ChatAdminRights) SetInviteUsers(value bool) {
		tl_chat_admin_rights_gen.go#L557: func (c *ChatAdminRights) GetInviteUsers() (value bool) {
		tl_chat_admin_rights_gen.go#L565: func (c *ChatAdminRights) SetPinMessages(value bool) {
		tl_chat_admin_rights_gen.go#L576: func (c *ChatAdminRights) GetPinMessages() (value bool) {
		tl_chat_admin_rights_gen.go#L584: func (c *ChatAdminRights) SetAddAdmins(value bool) {
		tl_chat_admin_rights_gen.go#L595: func (c *ChatAdminRights) GetAddAdmins() (value bool) {
		tl_chat_admin_rights_gen.go#L603: func (c *ChatAdminRights) SetAnonymous(value bool) {
		tl_chat_admin_rights_gen.go#L614: func (c *ChatAdminRights) GetAnonymous() (value bool) {
		tl_chat_admin_rights_gen.go#L622: func (c *ChatAdminRights) SetManageCall(value bool) {
		tl_chat_admin_rights_gen.go#L633: func (c *ChatAdminRights) GetManageCall() (value bool) {
		tl_chat_admin_rights_gen.go#L641: func (c *ChatAdminRights) SetOther(value bool) {
		tl_chat_admin_rights_gen.go#L652: func (c *ChatAdminRights) GetOther() (value bool) {
		tl_chat_admin_rights_gen.go#L660: func (c *ChatAdminRights) SetManageTopics(value bool) {
		tl_chat_admin_rights_gen.go#L671: func (c *ChatAdminRights) GetManageTopics() (value bool) {
		tl_chat_admin_rights_gen.go#L679: func (c *ChatAdminRights) SetPostStories(value bool) {
		tl_chat_admin_rights_gen.go#L690: func (c *ChatAdminRights) GetPostStories() (value bool) {
		tl_chat_admin_rights_gen.go#L698: func (c *ChatAdminRights) SetEditStories(value bool) {
		tl_chat_admin_rights_gen.go#L709: func (c *ChatAdminRights) GetEditStories() (value bool) {
		tl_chat_admin_rights_gen.go#L717: func (c *ChatAdminRights) SetDeleteStories(value bool) {
		tl_chat_admin_rights_gen.go#L728: func (c *ChatAdminRights) GetDeleteStories() (value bool) {
		tl_chat_gen.go#L222: 	AdminRights ChatAdminRights
		tl_chat_gen.go#L328: 	GetAdminRights() (value ChatAdminRights, ok bool)
		tl_chat_gen.go#L804: func (c *Chat) SetAdminRights(value ChatAdminRights) {
		tl_chat_gen.go#L811: func (c *Chat) GetAdminRights() (value ChatAdminRights, ok bool) {
		tl_chat_gen.go#L1125: 	AdminRights ChatAdminRights
		tl_chat_gen.go#L1367: 	GetAdminRights() (value ChatAdminRights, ok bool)
		tl_chat_gen.go#L2596: func (c *Channel) SetAdminRights(value ChatAdminRights) {
		tl_chat_gen.go#L2603: func (c *Channel) GetAdminRights() (value ChatAdminRights, ok bool) {
		tl_chat_gen.go#L3346: 	GetAdminRights() (value ChatAdminRights, ok bool)
		tl_registry_gen.go#L4505: 		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#L8001: func (s *ServerDispatcher) OnBotsSetBotBroadcastDefaultAdminRights(f func(ctx context.Context, adminrights ChatAdminRights) (bool, error)) {
		tl_server_gen.go#L8022: func (s *ServerDispatcher) OnBotsSetBotGroupDefaultAdminRights(f func(ctx context.Context, adminrights ChatAdminRights) (bool, error)) {
		tl_user_full_gen.go#L148: 	BotGroupAdminRights ChatAdminRights
		tl_user_full_gen.go#L157: 	BotBroadcastAdminRights ChatAdminRights
		tl_user_full_gen.go#L326: 	GetBotGroupAdminRights() (value ChatAdminRights, ok bool)
		tl_user_full_gen.go#L327: 	GetBotBroadcastAdminRights() (value ChatAdminRights, ok bool)
		tl_user_full_gen.go#L1359: func (u *UserFull) SetBotGroupAdminRights(value ChatAdminRights) {
		tl_user_full_gen.go#L1366: func (u *UserFull) GetBotGroupAdminRights() (value ChatAdminRights, ok bool) {
		tl_user_full_gen.go#L1377: func (u *UserFull) SetBotBroadcastAdminRights(value ChatAdminRights) {
		tl_user_full_gen.go#L1384: func (u *UserFull) GetBotBroadcastAdminRights() (value ChatAdminRights, ok bool) {