type github.com/gotd/td/tg.UpdateDeleteMessages
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L130: type DeleteMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteMessages) error
tl_handlers_gen.go#L135: return handler(ctx, e, update.(*UpdateDeleteMessages))
tl_registry_gen.go#L3830: UpdateDeleteMessagesTypeID: func() bin.Object { return &UpdateDeleteMessages{} },
tl_update_gen.go#L400: type UpdateDeleteMessages struct {
tl_update_gen.go#L416: func (u UpdateDeleteMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L420: _ bin.Encoder = &UpdateDeleteMessages{}
tl_update_gen.go#L421: _ bin.Decoder = &UpdateDeleteMessages{}
tl_update_gen.go#L422: _ bin.BareEncoder = &UpdateDeleteMessages{}
tl_update_gen.go#L423: _ bin.BareDecoder = &UpdateDeleteMessages{}
tl_update_gen.go#L425: _ UpdateClass = &UpdateDeleteMessages{}
tl_update_gen.go#L428: func (u *UpdateDeleteMessages) Zero() bool {
tl_update_gen.go#L446: func (u *UpdateDeleteMessages) String() string {
tl_update_gen.go#L450: type Alias UpdateDeleteMessages
tl_update_gen.go#L455: func (u *UpdateDeleteMessages) FillFrom(from interface {
tl_update_gen.go#L468: func (*UpdateDeleteMessages) TypeID() uint32 {
tl_update_gen.go#L473: func (*UpdateDeleteMessages) TypeName() string {
tl_update_gen.go#L478: func (u *UpdateDeleteMessages) TypeInfo() tdp.Type {
tl_update_gen.go#L505: func (u *UpdateDeleteMessages) Encode(b *bin.Buffer) error {
tl_update_gen.go#L514: func (u *UpdateDeleteMessages) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L528: func (u *UpdateDeleteMessages) Decode(b *bin.Buffer) error {
tl_update_gen.go#L539: func (u *UpdateDeleteMessages) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L578: func (u *UpdateDeleteMessages) GetMessages() (value []int) {
tl_update_gen.go#L586: func (u *UpdateDeleteMessages) GetPts() (value int) {
tl_update_gen.go#L594: func (u *UpdateDeleteMessages) GetPtsCount() (value int) {
tl_update_gen.go#L24965: v := UpdateDeleteMessages{}
tl_update_slices_gen.go#L148: value, ok := elem.(*UpdateDeleteMessages)
tl_update_slices_gen.go#L1703: type UpdateDeleteMessagesArray []UpdateDeleteMessages
tl_update_slices_gen.go#L1706: func (s UpdateDeleteMessagesArray) Sort(less func(a, b UpdateDeleteMessages) bool) UpdateDeleteMessagesArray {
tl_update_slices_gen.go#L1714: func (s UpdateDeleteMessagesArray) SortStable(less func(a, b UpdateDeleteMessages) bool) UpdateDeleteMessagesArray {
tl_update_slices_gen.go#L1722: func (s UpdateDeleteMessagesArray) Retain(keep func(x UpdateDeleteMessages) bool) UpdateDeleteMessagesArray {
tl_update_slices_gen.go#L1736: func (s UpdateDeleteMessagesArray) First() (v UpdateDeleteMessages, ok bool) {
tl_update_slices_gen.go#L1744: func (s UpdateDeleteMessagesArray) Last() (v UpdateDeleteMessages, ok bool) {
tl_update_slices_gen.go#L1752: func (s *UpdateDeleteMessagesArray) PopFirst() (v UpdateDeleteMessages, ok bool) {
tl_update_slices_gen.go#L1762: var zero UpdateDeleteMessages
tl_update_slices_gen.go#L1771: func (s *UpdateDeleteMessagesArray) Pop() (v UpdateDeleteMessages, ok bool) {
tl_updates_classifier_gen.go#L38: case *UpdateDeleteMessages:
|
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. |