type github.com/gotd/td/tg.UpdateChatParticipant
47 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L994: type ChatParticipantHandler func(ctx context.Context, e Entities, update *UpdateChatParticipant) error
tl_handlers_gen.go#L999: return handler(ctx, e, update.(*UpdateChatParticipant))
tl_registry_gen.go#L5327: UpdateChatParticipantTypeID: func() bin.Object { return &UpdateChatParticipant{} },
tl_update_gen.go#L18568: type UpdateChatParticipant struct {
tl_update_gen.go#L18609: func (u UpdateChatParticipant) construct() UpdateClass { return &u }
tl_update_gen.go#L18613: _ bin.Encoder = &UpdateChatParticipant{}
tl_update_gen.go#L18614: _ bin.Decoder = &UpdateChatParticipant{}
tl_update_gen.go#L18615: _ bin.BareEncoder = &UpdateChatParticipant{}
tl_update_gen.go#L18616: _ bin.BareDecoder = &UpdateChatParticipant{}
tl_update_gen.go#L18618: _ UpdateClass = &UpdateChatParticipant{}
tl_update_gen.go#L18621: func (u *UpdateChatParticipant) Zero() bool {
tl_update_gen.go#L18657: func (u *UpdateChatParticipant) String() string {
tl_update_gen.go#L18661: type Alias UpdateChatParticipant
tl_update_gen.go#L18666: func (u *UpdateChatParticipant) FillFrom(from interface {
tl_update_gen.go#L18698: func (*UpdateChatParticipant) TypeID() uint32 {
tl_update_gen.go#L18703: func (*UpdateChatParticipant) TypeName() string {
tl_update_gen.go#L18708: func (u *UpdateChatParticipant) TypeInfo() tdp.Type {
tl_update_gen.go#L18758: func (u *UpdateChatParticipant) SetFlags() {
tl_update_gen.go#L18771: func (u *UpdateChatParticipant) Encode(b *bin.Buffer) error {
tl_update_gen.go#L18780: func (u *UpdateChatParticipant) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L18821: func (u *UpdateChatParticipant) Decode(b *bin.Buffer) error {
tl_update_gen.go#L18832: func (u *UpdateChatParticipant) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L18901: func (u *UpdateChatParticipant) GetChatID() (value int64) {
tl_update_gen.go#L18909: func (u *UpdateChatParticipant) GetDate() (value int) {
tl_update_gen.go#L18917: func (u *UpdateChatParticipant) GetActorID() (value int64) {
tl_update_gen.go#L18925: func (u *UpdateChatParticipant) GetUserID() (value int64) {
tl_update_gen.go#L18933: func (u *UpdateChatParticipant) SetPrevParticipant(value ChatParticipantClass) {
tl_update_gen.go#L18940: func (u *UpdateChatParticipant) GetPrevParticipant() (value ChatParticipantClass, ok bool) {
tl_update_gen.go#L18951: func (u *UpdateChatParticipant) SetNewParticipant(value ChatParticipantClass) {
tl_update_gen.go#L18958: func (u *UpdateChatParticipant) GetNewParticipant() (value ChatParticipantClass, ok bool) {
tl_update_gen.go#L18969: func (u *UpdateChatParticipant) SetInvite(value ExportedChatInviteClass) {
tl_update_gen.go#L18976: func (u *UpdateChatParticipant) GetInvite() (value ExportedChatInviteClass, ok bool) {
tl_update_gen.go#L18987: func (u *UpdateChatParticipant) GetQts() (value int) {
tl_update_gen.go#L34816: v := UpdateChatParticipant{}
tl_update_slices_gen.go#L1149: value, ok := elem.(*UpdateChatParticipant)
tl_update_slices_gen.go#L8650: type UpdateChatParticipantArray []UpdateChatParticipant
tl_update_slices_gen.go#L8653: func (s UpdateChatParticipantArray) Sort(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8661: func (s UpdateChatParticipantArray) SortStable(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8669: func (s UpdateChatParticipantArray) Retain(keep func(x UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8683: func (s UpdateChatParticipantArray) First() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8691: func (s UpdateChatParticipantArray) Last() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8699: func (s *UpdateChatParticipantArray) PopFirst() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8709: var zero UpdateChatParticipant
tl_update_slices_gen.go#L8718: func (s *UpdateChatParticipantArray) Pop() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8733: return s.Sort(func(a, b UpdateChatParticipant) bool {
tl_update_slices_gen.go#L8740: return s.SortStable(func(a, b UpdateChatParticipant) bool {
tl_updates_classifier_gen.go#L65: case *UpdateChatParticipant:
 |
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. |