type github.com/gotd/td/tg.UpdateDeleteChannelMessages
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L390: type DeleteChannelMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteChannelMessages) error
tl_handlers_gen.go#L395: return handler(ctx, e, update.(*UpdateDeleteChannelMessages))
tl_registry_gen.go#L3856: UpdateDeleteChannelMessagesTypeID: func() bin.Object { return &UpdateDeleteChannelMessages{} },
tl_update_gen.go#L5906: type UpdateDeleteChannelMessages struct {
tl_update_gen.go#L5927: func (u UpdateDeleteChannelMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L5931: _ bin.Encoder = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L5932: _ bin.Decoder = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L5933: _ bin.BareEncoder = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L5934: _ bin.BareDecoder = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L5936: _ UpdateClass = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L5939: func (u *UpdateDeleteChannelMessages) Zero() bool {
tl_update_gen.go#L5960: func (u *UpdateDeleteChannelMessages) String() string {
tl_update_gen.go#L5964: type Alias UpdateDeleteChannelMessages
tl_update_gen.go#L5969: func (u *UpdateDeleteChannelMessages) FillFrom(from interface {
tl_update_gen.go#L5984: func (*UpdateDeleteChannelMessages) TypeID() uint32 {
tl_update_gen.go#L5989: func (*UpdateDeleteChannelMessages) TypeName() string {
tl_update_gen.go#L5994: func (u *UpdateDeleteChannelMessages) TypeInfo() tdp.Type {
tl_update_gen.go#L6025: func (u *UpdateDeleteChannelMessages) Encode(b *bin.Buffer) error {
tl_update_gen.go#L6034: func (u *UpdateDeleteChannelMessages) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L6049: func (u *UpdateDeleteChannelMessages) Decode(b *bin.Buffer) error {
tl_update_gen.go#L6060: func (u *UpdateDeleteChannelMessages) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L6106: func (u *UpdateDeleteChannelMessages) GetChannelID() (value int64) {
tl_update_gen.go#L6114: func (u *UpdateDeleteChannelMessages) GetMessages() (value []int) {
tl_update_gen.go#L6122: func (u *UpdateDeleteChannelMessages) GetPts() (value int) {
tl_update_gen.go#L6130: func (u *UpdateDeleteChannelMessages) GetPtsCount() (value int) {
tl_update_gen.go#L25147: v := UpdateDeleteChannelMessages{}
tl_update_slices_gen.go#L486: value, ok := elem.(*UpdateDeleteChannelMessages)
tl_update_slices_gen.go#L3877: type UpdateDeleteChannelMessagesArray []UpdateDeleteChannelMessages
tl_update_slices_gen.go#L3880: func (s UpdateDeleteChannelMessagesArray) Sort(less func(a, b UpdateDeleteChannelMessages) bool) UpdateDeleteChannelMessagesArray {
tl_update_slices_gen.go#L3888: func (s UpdateDeleteChannelMessagesArray) SortStable(less func(a, b UpdateDeleteChannelMessages) bool) UpdateDeleteChannelMessagesArray {
tl_update_slices_gen.go#L3896: func (s UpdateDeleteChannelMessagesArray) Retain(keep func(x UpdateDeleteChannelMessages) bool) UpdateDeleteChannelMessagesArray {
tl_update_slices_gen.go#L3910: func (s UpdateDeleteChannelMessagesArray) First() (v UpdateDeleteChannelMessages, ok bool) {
tl_update_slices_gen.go#L3918: func (s UpdateDeleteChannelMessagesArray) Last() (v UpdateDeleteChannelMessages, ok bool) {
tl_update_slices_gen.go#L3926: func (s *UpdateDeleteChannelMessagesArray) PopFirst() (v UpdateDeleteChannelMessages, ok bool) {
tl_update_slices_gen.go#L3936: var zero UpdateDeleteChannelMessages
tl_update_slices_gen.go#L3945: func (s *UpdateDeleteChannelMessagesArray) Pop() (v UpdateDeleteChannelMessages, ok bool) {
tl_updates_classifier_gen.go#L93: case *UpdateDeleteChannelMessages:
|
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. |