type github.com/gotd/td/tg.UpdatePendingJoinRequests
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1044: type PendingJoinRequestsHandler func(ctx context.Context, e Entities, update *UpdatePendingJoinRequests) error
tl_handlers_gen.go#L1049: return handler(ctx, e, update.(*UpdatePendingJoinRequests))
tl_registry_gen.go#L5332: UpdatePendingJoinRequestsTypeID: func() bin.Object { return &UpdatePendingJoinRequests{} },
tl_update_gen.go#L20094: type UpdatePendingJoinRequests struct {
tl_update_gen.go#L20110: func (u UpdatePendingJoinRequests) construct() UpdateClass { return &u }
tl_update_gen.go#L20114: _ bin.Encoder = &UpdatePendingJoinRequests{}
tl_update_gen.go#L20115: _ bin.Decoder = &UpdatePendingJoinRequests{}
tl_update_gen.go#L20116: _ bin.BareEncoder = &UpdatePendingJoinRequests{}
tl_update_gen.go#L20117: _ bin.BareDecoder = &UpdatePendingJoinRequests{}
tl_update_gen.go#L20119: _ UpdateClass = &UpdatePendingJoinRequests{}
tl_update_gen.go#L20122: func (u *UpdatePendingJoinRequests) Zero() bool {
tl_update_gen.go#L20140: func (u *UpdatePendingJoinRequests) String() string {
tl_update_gen.go#L20144: type Alias UpdatePendingJoinRequests
tl_update_gen.go#L20149: func (u *UpdatePendingJoinRequests) FillFrom(from interface {
tl_update_gen.go#L20162: func (*UpdatePendingJoinRequests) TypeID() uint32 {
tl_update_gen.go#L20167: func (*UpdatePendingJoinRequests) TypeName() string {
tl_update_gen.go#L20172: func (u *UpdatePendingJoinRequests) TypeInfo() tdp.Type {
tl_update_gen.go#L20199: func (u *UpdatePendingJoinRequests) Encode(b *bin.Buffer) error {
tl_update_gen.go#L20208: func (u *UpdatePendingJoinRequests) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20227: func (u *UpdatePendingJoinRequests) Decode(b *bin.Buffer) error {
tl_update_gen.go#L20238: func (u *UpdatePendingJoinRequests) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L20277: func (u *UpdatePendingJoinRequests) GetPeer() (value PeerClass) {
tl_update_gen.go#L20285: func (u *UpdatePendingJoinRequests) GetRequestsPending() (value int) {
tl_update_gen.go#L20293: func (u *UpdatePendingJoinRequests) GetRecentRequesters() (value []int64) {
tl_update_gen.go#L34851: v := UpdatePendingJoinRequests{}
tl_update_slices_gen.go#L1214: value, ok := elem.(*UpdatePendingJoinRequests)
tl_update_slices_gen.go#L9102: type UpdatePendingJoinRequestsArray []UpdatePendingJoinRequests
tl_update_slices_gen.go#L9105: func (s UpdatePendingJoinRequestsArray) Sort(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L9113: func (s UpdatePendingJoinRequestsArray) SortStable(less func(a, b UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L9121: func (s UpdatePendingJoinRequestsArray) Retain(keep func(x UpdatePendingJoinRequests) bool) UpdatePendingJoinRequestsArray {
tl_update_slices_gen.go#L9135: func (s UpdatePendingJoinRequestsArray) First() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L9143: func (s UpdatePendingJoinRequestsArray) Last() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L9151: func (s *UpdatePendingJoinRequestsArray) PopFirst() (v UpdatePendingJoinRequests, ok bool) {
tl_update_slices_gen.go#L9161: var zero UpdatePendingJoinRequests
tl_update_slices_gen.go#L9170: func (s *UpdatePendingJoinRequestsArray) Pop() (v UpdatePendingJoinRequests, ok bool) {
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |