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

65 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L5409: 		UpdateShortMessageTypeID:                                 func() bin.Object { return &UpdateShortMessage{} },
		tl_updates_gen.go#L150: type UpdateShortMessage struct {
		tl_updates_gen.go#L218: func (u UpdateShortMessage) construct() UpdatesClass { return &u }
		tl_updates_gen.go#L222: 	_ bin.Encoder     = &UpdateShortMessage{}
		tl_updates_gen.go#L223: 	_ bin.Decoder     = &UpdateShortMessage{}
		tl_updates_gen.go#L224: 	_ bin.BareEncoder = &UpdateShortMessage{}
		tl_updates_gen.go#L225: 	_ bin.BareDecoder = &UpdateShortMessage{}
		tl_updates_gen.go#L227: 	_ UpdatesClass = &UpdateShortMessage{}
		tl_updates_gen.go#L230: func (u *UpdateShortMessage) Zero() bool {
		tl_updates_gen.go#L287: func (u *UpdateShortMessage) String() string {
		tl_updates_gen.go#L291: 	type Alias UpdateShortMessage
		tl_updates_gen.go#L296: func (u *UpdateShortMessage) FillFrom(from interface {
		tl_updates_gen.go#L348: func (*UpdateShortMessage) TypeID() uint32 {
		tl_updates_gen.go#L353: func (*UpdateShortMessage) TypeName() string {
		tl_updates_gen.go#L358: func (u *UpdateShortMessage) TypeInfo() tdp.Type {
		tl_updates_gen.go#L442: func (u *UpdateShortMessage) SetFlags() {
		tl_updates_gen.go#L473: func (u *UpdateShortMessage) Encode(b *bin.Buffer) error {
		tl_updates_gen.go#L482: func (u *UpdateShortMessage) EncodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L530: func (u *UpdateShortMessage) Decode(b *bin.Buffer) error {
		tl_updates_gen.go#L541: func (u *UpdateShortMessage) DecodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L643: func (u *UpdateShortMessage) SetOut(value bool) {
		tl_updates_gen.go#L654: func (u *UpdateShortMessage) GetOut() (value bool) {
		tl_updates_gen.go#L662: func (u *UpdateShortMessage) SetMentioned(value bool) {
		tl_updates_gen.go#L673: func (u *UpdateShortMessage) GetMentioned() (value bool) {
		tl_updates_gen.go#L681: func (u *UpdateShortMessage) SetMediaUnread(value bool) {
		tl_updates_gen.go#L692: func (u *UpdateShortMessage) GetMediaUnread() (value bool) {
		tl_updates_gen.go#L700: func (u *UpdateShortMessage) SetSilent(value bool) {
		tl_updates_gen.go#L711: func (u *UpdateShortMessage) GetSilent() (value bool) {
		tl_updates_gen.go#L719: func (u *UpdateShortMessage) GetID() (value int) {
		tl_updates_gen.go#L727: func (u *UpdateShortMessage) GetUserID() (value int64) {
		tl_updates_gen.go#L735: func (u *UpdateShortMessage) GetMessage() (value string) {
		tl_updates_gen.go#L743: func (u *UpdateShortMessage) GetPts() (value int) {
		tl_updates_gen.go#L751: func (u *UpdateShortMessage) GetPtsCount() (value int) {
		tl_updates_gen.go#L759: func (u *UpdateShortMessage) GetDate() (value int) {
		tl_updates_gen.go#L767: func (u *UpdateShortMessage) SetFwdFrom(value MessageFwdHeader) {
		tl_updates_gen.go#L774: func (u *UpdateShortMessage) GetFwdFrom() (value MessageFwdHeader, ok bool) {
		tl_updates_gen.go#L785: func (u *UpdateShortMessage) SetViaBotID(value int64) {
		tl_updates_gen.go#L792: func (u *UpdateShortMessage) GetViaBotID() (value int64, ok bool) {
		tl_updates_gen.go#L803: func (u *UpdateShortMessage) SetReplyTo(value MessageReplyHeaderClass) {
		tl_updates_gen.go#L810: func (u *UpdateShortMessage) GetReplyTo() (value MessageReplyHeaderClass, ok bool) {
		tl_updates_gen.go#L821: func (u *UpdateShortMessage) SetEntities(value []MessageEntityClass) {
		tl_updates_gen.go#L828: func (u *UpdateShortMessage) GetEntities() (value []MessageEntityClass, ok bool) {
		tl_updates_gen.go#L839: func (u *UpdateShortMessage) SetTTLPeriod(value int) {
		tl_updates_gen.go#L846: func (u *UpdateShortMessage) GetTTLPeriod() (value int, ok bool) {
		tl_updates_gen.go#L857: func (u *UpdateShortMessage) MapEntities() (value MessageEntityClassArray, ok bool) {
		tl_updates_gen.go#L2952: 		v := UpdateShortMessage{}
		tl_updates_slices_gen.go#L122: 		value, ok := elem.(*UpdateShortMessage)
		tl_updates_slices_gen.go#L198: type UpdateShortMessageArray []UpdateShortMessage
		tl_updates_slices_gen.go#L201: func (s UpdateShortMessageArray) Sort(less func(a, b UpdateShortMessage) bool) UpdateShortMessageArray {
		tl_updates_slices_gen.go#L209: func (s UpdateShortMessageArray) SortStable(less func(a, b UpdateShortMessage) bool) UpdateShortMessageArray {
		tl_updates_slices_gen.go#L217: func (s UpdateShortMessageArray) Retain(keep func(x UpdateShortMessage) bool) UpdateShortMessageArray {
		tl_updates_slices_gen.go#L231: func (s UpdateShortMessageArray) First() (v UpdateShortMessage, ok bool) {
		tl_updates_slices_gen.go#L239: func (s UpdateShortMessageArray) Last() (v UpdateShortMessage, ok bool) {
		tl_updates_slices_gen.go#L247: func (s *UpdateShortMessageArray) PopFirst() (v UpdateShortMessage, ok bool) {
		tl_updates_slices_gen.go#L257: 	var zero UpdateShortMessage
		tl_updates_slices_gen.go#L266: func (s *UpdateShortMessageArray) Pop() (v UpdateShortMessage, ok bool) {
		tl_updates_slices_gen.go#L281: 	return s.Sort(func(a, b UpdateShortMessage) bool {
		tl_updates_slices_gen.go#L288: 	return s.SortStable(func(a, b UpdateShortMessage) bool {
		tl_updates_slices_gen.go#L295: 	return s.Sort(func(a, b UpdateShortMessage) bool {
		tl_updates_slices_gen.go#L302: 	return s.SortStable(func(a, b UpdateShortMessage) bool {
		tl_updates_slices_gen.go#L308: func (s UpdateShortMessageArray) FillMap(to map[int]UpdateShortMessage) {
		tl_updates_slices_gen.go#L315: func (s UpdateShortMessageArray) ToMap() map[int]UpdateShortMessage {
		tl_updates_slices_gen.go#L316: 	r := make(map[int]UpdateShortMessage, len(s))

	github.com/gotd/td/telegram
		handle_updates.go#L35: 	case *tg.UpdateShortMessage:

	github.com/gotd/td/telegram/internal/upconv
		upconv.go#L49: func ShortMessage(u *tg.UpdateShortMessage) *tg.UpdateShort {