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

39 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4718: 		RequestPeerTypeBroadcastTypeID:                                          func() bin.Object { return &RequestPeerTypeBroadcast{} },
		tl_request_peer_type_gen.go#L669: type RequestPeerTypeBroadcast struct {
		tl_request_peer_type_gen.go#L701: func (r RequestPeerTypeBroadcast) construct() RequestPeerTypeClass { return &r }
		tl_request_peer_type_gen.go#L705: 	_ bin.Encoder     = &RequestPeerTypeBroadcast{}
		tl_request_peer_type_gen.go#L706: 	_ bin.Decoder     = &RequestPeerTypeBroadcast{}
		tl_request_peer_type_gen.go#L707: 	_ bin.BareEncoder = &RequestPeerTypeBroadcast{}
		tl_request_peer_type_gen.go#L708: 	_ bin.BareDecoder = &RequestPeerTypeBroadcast{}
		tl_request_peer_type_gen.go#L710: 	_ RequestPeerTypeClass = &RequestPeerTypeBroadcast{}
		tl_request_peer_type_gen.go#L713: func (r *RequestPeerTypeBroadcast) Zero() bool {
		tl_request_peer_type_gen.go#L737: func (r *RequestPeerTypeBroadcast) String() string {
		tl_request_peer_type_gen.go#L741: 	type Alias RequestPeerTypeBroadcast
		tl_request_peer_type_gen.go#L746: func (r *RequestPeerTypeBroadcast) FillFrom(from interface {
		tl_request_peer_type_gen.go#L770: func (*RequestPeerTypeBroadcast) TypeID() uint32 {
		tl_request_peer_type_gen.go#L775: func (*RequestPeerTypeBroadcast) TypeName() string {
		tl_request_peer_type_gen.go#L780: func (r *RequestPeerTypeBroadcast) TypeInfo() tdp.Type {
		tl_request_peer_type_gen.go#L815: func (r *RequestPeerTypeBroadcast) SetFlags() {
		tl_request_peer_type_gen.go#L831: func (r *RequestPeerTypeBroadcast) Encode(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L840: func (r *RequestPeerTypeBroadcast) EncodeBare(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L865: func (r *RequestPeerTypeBroadcast) Decode(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L876: func (r *RequestPeerTypeBroadcast) DecodeBare(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L907: func (r *RequestPeerTypeBroadcast) SetCreator(value bool) {
		tl_request_peer_type_gen.go#L918: func (r *RequestPeerTypeBroadcast) GetCreator() (value bool) {
		tl_request_peer_type_gen.go#L926: func (r *RequestPeerTypeBroadcast) SetHasUsername(value bool) {
		tl_request_peer_type_gen.go#L933: func (r *RequestPeerTypeBroadcast) GetHasUsername() (value bool, 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_request_peer_type_gen.go#L1040: 		v := RequestPeerTypeBroadcast{}
		tl_request_peer_type_slices_gen.go#L148: 		value, ok := elem.(*RequestPeerTypeBroadcast)
		tl_request_peer_type_slices_gen.go#L323: type RequestPeerTypeBroadcastArray []RequestPeerTypeBroadcast
		tl_request_peer_type_slices_gen.go#L326: func (s RequestPeerTypeBroadcastArray) Sort(less func(a, b RequestPeerTypeBroadcast) bool) RequestPeerTypeBroadcastArray {
		tl_request_peer_type_slices_gen.go#L334: func (s RequestPeerTypeBroadcastArray) SortStable(less func(a, b RequestPeerTypeBroadcast) bool) RequestPeerTypeBroadcastArray {
		tl_request_peer_type_slices_gen.go#L342: func (s RequestPeerTypeBroadcastArray) Retain(keep func(x RequestPeerTypeBroadcast) bool) RequestPeerTypeBroadcastArray {
		tl_request_peer_type_slices_gen.go#L356: func (s RequestPeerTypeBroadcastArray) First() (v RequestPeerTypeBroadcast, ok bool) {
		tl_request_peer_type_slices_gen.go#L364: func (s RequestPeerTypeBroadcastArray) Last() (v RequestPeerTypeBroadcast, ok bool) {
		tl_request_peer_type_slices_gen.go#L372: func (s *RequestPeerTypeBroadcastArray) PopFirst() (v RequestPeerTypeBroadcast, ok bool) {
		tl_request_peer_type_slices_gen.go#L382: 	var zero RequestPeerTypeBroadcast
		tl_request_peer_type_slices_gen.go#L391: func (s *RequestPeerTypeBroadcastArray) Pop() (v RequestPeerTypeBroadcast, ok bool) {