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

43 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4717: 		RequestPeerTypeChatTypeID:                                               func() bin.Object { return &RequestPeerTypeChat{} },
		tl_request_peer_type_gen.go#L266: type RequestPeerTypeChat struct {
		tl_request_peer_type_gen.go#L310: func (r RequestPeerTypeChat) construct() RequestPeerTypeClass { return &r }
		tl_request_peer_type_gen.go#L314: 	_ bin.Encoder     = &RequestPeerTypeChat{}
		tl_request_peer_type_gen.go#L315: 	_ bin.Decoder     = &RequestPeerTypeChat{}
		tl_request_peer_type_gen.go#L316: 	_ bin.BareEncoder = &RequestPeerTypeChat{}
		tl_request_peer_type_gen.go#L317: 	_ bin.BareDecoder = &RequestPeerTypeChat{}
		tl_request_peer_type_gen.go#L319: 	_ RequestPeerTypeClass = &RequestPeerTypeChat{}
		tl_request_peer_type_gen.go#L322: func (r *RequestPeerTypeChat) Zero() bool {
		tl_request_peer_type_gen.go#L352: func (r *RequestPeerTypeChat) String() string {
		tl_request_peer_type_gen.go#L356: 	type Alias RequestPeerTypeChat
		tl_request_peer_type_gen.go#L361: func (r *RequestPeerTypeChat) FillFrom(from interface {
		tl_request_peer_type_gen.go#L392: func (*RequestPeerTypeChat) TypeID() uint32 {
		tl_request_peer_type_gen.go#L397: func (*RequestPeerTypeChat) TypeName() string {
		tl_request_peer_type_gen.go#L402: func (r *RequestPeerTypeChat) TypeInfo() tdp.Type {
		tl_request_peer_type_gen.go#L447: func (r *RequestPeerTypeChat) SetFlags() {
		tl_request_peer_type_gen.go#L469: func (r *RequestPeerTypeChat) Encode(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L478: func (r *RequestPeerTypeChat) EncodeBare(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L506: func (r *RequestPeerTypeChat) Decode(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L517: func (r *RequestPeerTypeChat) DecodeBare(b *bin.Buffer) error {
		tl_request_peer_type_gen.go#L556: func (r *RequestPeerTypeChat) SetCreator(value bool) {
		tl_request_peer_type_gen.go#L567: func (r *RequestPeerTypeChat) GetCreator() (value bool) {
		tl_request_peer_type_gen.go#L575: func (r *RequestPeerTypeChat) SetBotParticipant(value bool) {
		tl_request_peer_type_gen.go#L586: func (r *RequestPeerTypeChat) GetBotParticipant() (value bool) {
		tl_request_peer_type_gen.go#L594: func (r *RequestPeerTypeChat) SetHasUsername(value bool) {
		tl_request_peer_type_gen.go#L601: func (r *RequestPeerTypeChat) GetHasUsername() (value bool, ok bool) {
		tl_request_peer_type_gen.go#L612: func (r *RequestPeerTypeChat) SetForum(value bool) {
		tl_request_peer_type_gen.go#L619: func (r *RequestPeerTypeChat) GetForum() (value bool, 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#L1033: 		v := RequestPeerTypeChat{}
		tl_request_peer_type_slices_gen.go#L135: 		value, ok := elem.(*RequestPeerTypeChat)
		tl_request_peer_type_slices_gen.go#L241: type RequestPeerTypeChatArray []RequestPeerTypeChat
		tl_request_peer_type_slices_gen.go#L244: func (s RequestPeerTypeChatArray) Sort(less func(a, b RequestPeerTypeChat) bool) RequestPeerTypeChatArray {
		tl_request_peer_type_slices_gen.go#L252: func (s RequestPeerTypeChatArray) SortStable(less func(a, b RequestPeerTypeChat) bool) RequestPeerTypeChatArray {
		tl_request_peer_type_slices_gen.go#L260: func (s RequestPeerTypeChatArray) Retain(keep func(x RequestPeerTypeChat) bool) RequestPeerTypeChatArray {
		tl_request_peer_type_slices_gen.go#L274: func (s RequestPeerTypeChatArray) First() (v RequestPeerTypeChat, ok bool) {
		tl_request_peer_type_slices_gen.go#L282: func (s RequestPeerTypeChatArray) Last() (v RequestPeerTypeChat, ok bool) {
		tl_request_peer_type_slices_gen.go#L290: func (s *RequestPeerTypeChatArray) PopFirst() (v RequestPeerTypeChat, ok bool) {
		tl_request_peer_type_slices_gen.go#L300: 	var zero RequestPeerTypeChat
		tl_request_peer_type_slices_gen.go#L309: func (s *RequestPeerTypeChatArray) Pop() (v RequestPeerTypeChat, ok bool) {