type github.com/gotd/td/tg.UpdateMessageID

39 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L120: type MessageIDHandler func(ctx context.Context, e Entities, update *UpdateMessageID) error
		tl_handlers_gen.go#L125: 		return handler(ctx, e, update.(*UpdateMessageID))
		tl_registry_gen.go#L3829: 		UpdateMessageIDTypeID:                                    func() bin.Object { return &UpdateMessageID{} },
		tl_update_gen.go#L235: type UpdateMessageID struct {
		tl_update_gen.go#L249: func (u UpdateMessageID) construct() UpdateClass { return &u }
		tl_update_gen.go#L253: 	_ bin.Encoder     = &UpdateMessageID{}
		tl_update_gen.go#L254: 	_ bin.Decoder     = &UpdateMessageID{}
		tl_update_gen.go#L255: 	_ bin.BareEncoder = &UpdateMessageID{}
		tl_update_gen.go#L256: 	_ bin.BareDecoder = &UpdateMessageID{}
		tl_update_gen.go#L258: 	_ UpdateClass = &UpdateMessageID{}
		tl_update_gen.go#L261: func (u *UpdateMessageID) Zero() bool {
		tl_update_gen.go#L276: func (u *UpdateMessageID) String() string {
		tl_update_gen.go#L280: 	type Alias UpdateMessageID
		tl_update_gen.go#L285: func (u *UpdateMessageID) FillFrom(from interface {
		tl_update_gen.go#L296: func (*UpdateMessageID) TypeID() uint32 {
		tl_update_gen.go#L301: func (*UpdateMessageID) TypeName() string {
		tl_update_gen.go#L306: func (u *UpdateMessageID) TypeInfo() tdp.Type {
		tl_update_gen.go#L329: func (u *UpdateMessageID) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L338: func (u *UpdateMessageID) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L348: func (u *UpdateMessageID) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L359: func (u *UpdateMessageID) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L381: func (u *UpdateMessageID) GetID() (value int) {
		tl_update_gen.go#L389: func (u *UpdateMessageID) GetRandomID() (value int64) {
		tl_update_gen.go#L24958: 		v := UpdateMessageID{}
		tl_update_slices_gen.go#L135: 		value, ok := elem.(*UpdateMessageID)
		tl_update_slices_gen.go#L1593: type UpdateMessageIDArray []UpdateMessageID
		tl_update_slices_gen.go#L1596: func (s UpdateMessageIDArray) Sort(less func(a, b UpdateMessageID) bool) UpdateMessageIDArray {
		tl_update_slices_gen.go#L1604: func (s UpdateMessageIDArray) SortStable(less func(a, b UpdateMessageID) bool) UpdateMessageIDArray {
		tl_update_slices_gen.go#L1612: func (s UpdateMessageIDArray) Retain(keep func(x UpdateMessageID) bool) UpdateMessageIDArray {
		tl_update_slices_gen.go#L1626: func (s UpdateMessageIDArray) First() (v UpdateMessageID, ok bool) {
		tl_update_slices_gen.go#L1634: func (s UpdateMessageIDArray) Last() (v UpdateMessageID, ok bool) {
		tl_update_slices_gen.go#L1642: func (s *UpdateMessageIDArray) PopFirst() (v UpdateMessageID, ok bool) {
		tl_update_slices_gen.go#L1652: 	var zero UpdateMessageID
		tl_update_slices_gen.go#L1661: func (s *UpdateMessageIDArray) Pop() (v UpdateMessageID, ok bool) {
		tl_update_slices_gen.go#L1676: 	return s.Sort(func(a, b UpdateMessageID) bool {
		tl_update_slices_gen.go#L1683: 	return s.SortStable(func(a, b UpdateMessageID) bool {
		tl_update_slices_gen.go#L1689: func (s UpdateMessageIDArray) FillMap(to map[int]UpdateMessageID) {
		tl_update_slices_gen.go#L1696: func (s UpdateMessageIDArray) ToMap() map[int]UpdateMessageID {
		tl_update_slices_gen.go#L1697: 	r := make(map[int]UpdateMessageID, len(s))