type github.com/gotd/td/tg.UpdateGroupCallParticipants
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L960: type GroupCallParticipantsHandler func(ctx context.Context, e Entities, update *UpdateGroupCallParticipants) error
tl_handlers_gen.go#L965: return handler(ctx, e, update.(*UpdateGroupCallParticipants))
tl_registry_gen.go#L3913: UpdateGroupCallParticipantsTypeID: func() bin.Object { return &UpdateGroupCallParticipants{} },
tl_update_gen.go#L17250: type UpdateGroupCallParticipants struct {
tl_update_gen.go#L17263: func (u UpdateGroupCallParticipants) construct() UpdateClass { return &u }
tl_update_gen.go#L17267: _ bin.Encoder = &UpdateGroupCallParticipants{}
tl_update_gen.go#L17268: _ bin.Decoder = &UpdateGroupCallParticipants{}
tl_update_gen.go#L17269: _ bin.BareEncoder = &UpdateGroupCallParticipants{}
tl_update_gen.go#L17270: _ bin.BareDecoder = &UpdateGroupCallParticipants{}
tl_update_gen.go#L17272: _ UpdateClass = &UpdateGroupCallParticipants{}
tl_update_gen.go#L17275: func (u *UpdateGroupCallParticipants) Zero() bool {
tl_update_gen.go#L17293: func (u *UpdateGroupCallParticipants) String() string {
tl_update_gen.go#L17297: type Alias UpdateGroupCallParticipants
tl_update_gen.go#L17302: func (u *UpdateGroupCallParticipants) FillFrom(from interface {
tl_update_gen.go#L17315: func (*UpdateGroupCallParticipants) TypeID() uint32 {
tl_update_gen.go#L17320: func (*UpdateGroupCallParticipants) TypeName() string {
tl_update_gen.go#L17325: func (u *UpdateGroupCallParticipants) TypeInfo() tdp.Type {
tl_update_gen.go#L17352: func (u *UpdateGroupCallParticipants) Encode(b *bin.Buffer) error {
tl_update_gen.go#L17361: func (u *UpdateGroupCallParticipants) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L17379: func (u *UpdateGroupCallParticipants) Decode(b *bin.Buffer) error {
tl_update_gen.go#L17390: func (u *UpdateGroupCallParticipants) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L17427: func (u *UpdateGroupCallParticipants) GetCall() (value InputGroupCall) {
tl_update_gen.go#L17435: func (u *UpdateGroupCallParticipants) GetParticipants() (value []GroupCallParticipant) {
tl_update_gen.go#L17443: func (u *UpdateGroupCallParticipants) GetVersion() (value int) {
tl_update_gen.go#L25546: v := UpdateGroupCallParticipants{}
tl_update_slices_gen.go#L1110: value, ok := elem.(*UpdateGroupCallParticipants)
tl_update_slices_gen.go#L7897: type UpdateGroupCallParticipantsArray []UpdateGroupCallParticipants
tl_update_slices_gen.go#L7900: func (s UpdateGroupCallParticipantsArray) Sort(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
tl_update_slices_gen.go#L7908: func (s UpdateGroupCallParticipantsArray) SortStable(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
tl_update_slices_gen.go#L7916: func (s UpdateGroupCallParticipantsArray) Retain(keep func(x UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
tl_update_slices_gen.go#L7930: func (s UpdateGroupCallParticipantsArray) First() (v UpdateGroupCallParticipants, ok bool) {
tl_update_slices_gen.go#L7938: func (s UpdateGroupCallParticipantsArray) Last() (v UpdateGroupCallParticipants, ok bool) {
tl_update_slices_gen.go#L7946: func (s *UpdateGroupCallParticipantsArray) PopFirst() (v UpdateGroupCallParticipants, ok bool) {
tl_update_slices_gen.go#L7956: var zero UpdateGroupCallParticipants
tl_update_slices_gen.go#L7965: func (s *UpdateGroupCallParticipantsArray) Pop() (v UpdateGroupCallParticipants, ok bool) {
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |