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

35 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1040: type PendingJoinRequestsHandler func(ctx context.Context, e Entities, update *UpdatePendingJoinRequests) error
		tl_handlers_gen.go#L1045: 		return handler(ctx, e, update.(*UpdatePendingJoinRequests))
		tl_registry_gen.go#L3921: 		UpdatePendingJoinRequestsTypeID:                          func() bin.Object { return &UpdatePendingJoinRequests{} },
		tl_update_gen.go#L19356: type UpdatePendingJoinRequests struct {
		tl_update_gen.go#L19372: func (u UpdatePendingJoinRequests) construct() UpdateClass { return &u }
		tl_update_gen.go#L19376: 	_ bin.Encoder     = &UpdatePendingJoinRequests{}
		tl_update_gen.go#L19377: 	_ bin.Decoder     = &UpdatePendingJoinRequests{}
		tl_update_gen.go#L19378: 	_ bin.BareEncoder = &UpdatePendingJoinRequests{}
		tl_update_gen.go#L19379: 	_ bin.BareDecoder = &UpdatePendingJoinRequests{}
		tl_update_gen.go#L19381: 	_ UpdateClass = &UpdatePendingJoinRequests{}
		tl_update_gen.go#L19384: func (u *UpdatePendingJoinRequests) Zero() bool {
		tl_update_gen.go#L19402: func (u *UpdatePendingJoinRequests) String() string {
		tl_update_gen.go#L19406: 	type Alias UpdatePendingJoinRequests
		tl_update_gen.go#L19411: func (u *UpdatePendingJoinRequests) FillFrom(from interface {
		tl_update_gen.go#L19424: func (*UpdatePendingJoinRequests) TypeID() uint32 {
		tl_update_gen.go#L19429: func (*UpdatePendingJoinRequests) TypeName() string {
		tl_update_gen.go#L19434: func (u *UpdatePendingJoinRequests) TypeInfo() tdp.Type {
		tl_update_gen.go#L19461: func (u *UpdatePendingJoinRequests) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L19470: func (u *UpdatePendingJoinRequests) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L19489: func (u *UpdatePendingJoinRequests) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L19500: func (u *UpdatePendingJoinRequests) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L19539: func (u *UpdatePendingJoinRequests) GetPeer() (value PeerClass) {
		tl_update_gen.go#L19547: func (u *UpdatePendingJoinRequests) GetRequestsPending() (value int) {
		tl_update_gen.go#L19555: func (u *UpdatePendingJoinRequests) GetRecentRequesters() (value []int64) {
		tl_update_gen.go#L25602: 		v := UpdatePendingJoinRequests{}
		tl_update_slices_gen.go#L1214: 		value, ok := elem.(*UpdatePendingJoinRequests)
		tl_update_slices_gen.go#L8595: type UpdatePendingJoinRequestsArray []UpdatePendingJoinRequests
		tl_update_slices_gen.go#L8598: func (s UpdatePendingJoinRequestsArray) Sort(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
		tl_update_slices_gen.go#L8606: func (s UpdatePendingJoinRequestsArray) SortStable(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
		tl_update_slices_gen.go#L8614: func (s UpdatePendingJoinRequestsArray) Retain(keep func(x UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
		tl_update_slices_gen.go#L8628: func (s UpdatePendingJoinRequestsArray) First() (v UpdatePendingJoinRequests, ok bool) {
		tl_update_slices_gen.go#L8636: func (s UpdatePendingJoinRequestsArray) Last() (v UpdatePendingJoinRequests, ok bool) {
		tl_update_slices_gen.go#L8644: func (s *UpdatePendingJoinRequestsArray) PopFirst() (v UpdatePendingJoinRequests, ok bool) {
		tl_update_slices_gen.go#L8654: 	var zero UpdatePendingJoinRequests
		tl_update_slices_gen.go#L8663: func (s *UpdatePendingJoinRequestsArray) Pop() (v UpdatePendingJoinRequests, ok bool) {