type github.com/gotd/td/tg.UpdateChatParticipants
33 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L160: type ChatParticipantsHandler func(ctx context.Context, e Entities, update *UpdateChatParticipants) error
tl_handlers_gen.go#L165: return handler(ctx, e, update.(*UpdateChatParticipants))
tl_registry_gen.go#L3833: UpdateChatParticipantsTypeID: func() bin.Object { return &UpdateChatParticipants{} },
tl_update_gen.go#L975: type UpdateChatParticipants struct {
tl_update_gen.go#L984: func (u UpdateChatParticipants) construct() UpdateClass { return &u }
tl_update_gen.go#L988: _ bin.Encoder = &UpdateChatParticipants{}
tl_update_gen.go#L989: _ bin.Decoder = &UpdateChatParticipants{}
tl_update_gen.go#L990: _ bin.BareEncoder = &UpdateChatParticipants{}
tl_update_gen.go#L991: _ bin.BareDecoder = &UpdateChatParticipants{}
tl_update_gen.go#L993: _ UpdateClass = &UpdateChatParticipants{}
tl_update_gen.go#L996: func (u *UpdateChatParticipants) Zero() bool {
tl_update_gen.go#L1008: func (u *UpdateChatParticipants) String() string {
tl_update_gen.go#L1012: type Alias UpdateChatParticipants
tl_update_gen.go#L1017: func (u *UpdateChatParticipants) FillFrom(from interface {
tl_update_gen.go#L1026: func (*UpdateChatParticipants) TypeID() uint32 {
tl_update_gen.go#L1031: func (*UpdateChatParticipants) TypeName() string {
tl_update_gen.go#L1036: func (u *UpdateChatParticipants) TypeInfo() tdp.Type {
tl_update_gen.go#L1055: func (u *UpdateChatParticipants) Encode(b *bin.Buffer) error {
tl_update_gen.go#L1064: func (u *UpdateChatParticipants) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1078: func (u *UpdateChatParticipants) Decode(b *bin.Buffer) error {
tl_update_gen.go#L1089: func (u *UpdateChatParticipants) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1104: func (u *UpdateChatParticipants) GetParticipants() (value ChatParticipantsClass) {
tl_update_gen.go#L24986: v := UpdateChatParticipants{}
tl_update_slices_gen.go#L187: value, ok := elem.(*UpdateChatParticipants)
tl_update_slices_gen.go#L1949: type UpdateChatParticipantsArray []UpdateChatParticipants
tl_update_slices_gen.go#L1952: func (s UpdateChatParticipantsArray) Sort(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L1960: func (s UpdateChatParticipantsArray) SortStable(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L1968: func (s UpdateChatParticipantsArray) Retain(keep func(x UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L1982: func (s UpdateChatParticipantsArray) First() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L1990: func (s UpdateChatParticipantsArray) Last() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L1998: func (s *UpdateChatParticipantsArray) PopFirst() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L2008: var zero UpdateChatParticipants
tl_update_slices_gen.go#L2017: func (s *UpdateChatParticipantsArray) Pop() (v UpdateChatParticipants, 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. |