type github.com/gotd/td/tg.UpdateEncryptedMessagesRead
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L230: type EncryptedMessagesReadHandler func(ctx context.Context, e Entities, update *UpdateEncryptedMessagesRead) error
tl_handlers_gen.go#L235: return handler(ctx, e, update.(*UpdateEncryptedMessagesRead))
tl_registry_gen.go#L3840: UpdateEncryptedMessagesReadTypeID: func() bin.Object { return &UpdateEncryptedMessagesRead{} },
tl_update_gen.go#L2336: type UpdateEncryptedMessagesRead struct {
tl_update_gen.go#L2349: func (u UpdateEncryptedMessagesRead) construct() UpdateClass { return &u }
tl_update_gen.go#L2353: _ bin.Encoder = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2354: _ bin.Decoder = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2355: _ bin.BareEncoder = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2356: _ bin.BareDecoder = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2358: _ UpdateClass = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2361: func (u *UpdateEncryptedMessagesRead) Zero() bool {
tl_update_gen.go#L2379: func (u *UpdateEncryptedMessagesRead) String() string {
tl_update_gen.go#L2383: type Alias UpdateEncryptedMessagesRead
tl_update_gen.go#L2388: func (u *UpdateEncryptedMessagesRead) FillFrom(from interface {
tl_update_gen.go#L2401: func (*UpdateEncryptedMessagesRead) TypeID() uint32 {
tl_update_gen.go#L2406: func (*UpdateEncryptedMessagesRead) TypeName() string {
tl_update_gen.go#L2411: func (u *UpdateEncryptedMessagesRead) TypeInfo() tdp.Type {
tl_update_gen.go#L2438: func (u *UpdateEncryptedMessagesRead) Encode(b *bin.Buffer) error {
tl_update_gen.go#L2447: func (u *UpdateEncryptedMessagesRead) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2458: func (u *UpdateEncryptedMessagesRead) Decode(b *bin.Buffer) error {
tl_update_gen.go#L2469: func (u *UpdateEncryptedMessagesRead) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2498: func (u *UpdateEncryptedMessagesRead) GetChatID() (value int) {
tl_update_gen.go#L2506: func (u *UpdateEncryptedMessagesRead) GetMaxDate() (value int) {
tl_update_gen.go#L2514: func (u *UpdateEncryptedMessagesRead) GetDate() (value int) {
tl_update_gen.go#L25035: v := UpdateEncryptedMessagesRead{}
tl_update_slices_gen.go#L278: value, ok := elem.(*UpdateEncryptedMessagesRead)
tl_update_slices_gen.go#L2537: type UpdateEncryptedMessagesReadArray []UpdateEncryptedMessagesRead
tl_update_slices_gen.go#L2540: func (s UpdateEncryptedMessagesReadArray) Sort(less func(a, b UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
tl_update_slices_gen.go#L2548: func (s UpdateEncryptedMessagesReadArray) SortStable(less func(a, b UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
tl_update_slices_gen.go#L2556: func (s UpdateEncryptedMessagesReadArray) Retain(keep func(x UpdateEncryptedMessagesRead) bool) UpdateEncryptedMessagesReadArray {
tl_update_slices_gen.go#L2570: func (s UpdateEncryptedMessagesReadArray) First() (v UpdateEncryptedMessagesRead, ok bool) {
tl_update_slices_gen.go#L2578: func (s UpdateEncryptedMessagesReadArray) Last() (v UpdateEncryptedMessagesRead, ok bool) {
tl_update_slices_gen.go#L2586: func (s *UpdateEncryptedMessagesReadArray) PopFirst() (v UpdateEncryptedMessagesRead, ok bool) {
tl_update_slices_gen.go#L2596: var zero UpdateEncryptedMessagesRead
tl_update_slices_gen.go#L2605: func (s *UpdateEncryptedMessagesReadArray) Pop() (v UpdateEncryptedMessagesRead, ok bool) {
tl_update_slices_gen.go#L2620: return s.Sort(func(a, b UpdateEncryptedMessagesRead) bool {
tl_update_slices_gen.go#L2627: return s.SortStable(func(a, b UpdateEncryptedMessagesRead) 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. |