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

53 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L3961: 		UpdateShortSentMessageTypeID:                             func() bin.Object { return &UpdateShortSentMessage{} },
		tl_updates_gen.go#L2422: type UpdateShortSentMessage struct {
		tl_updates_gen.go#L2469: func (u UpdateShortSentMessage) construct() UpdatesClass { return &u }
		tl_updates_gen.go#L2473: 	_ bin.Encoder     = &UpdateShortSentMessage{}
		tl_updates_gen.go#L2474: 	_ bin.Decoder     = &UpdateShortSentMessage{}
		tl_updates_gen.go#L2475: 	_ bin.BareEncoder = &UpdateShortSentMessage{}
		tl_updates_gen.go#L2476: 	_ bin.BareDecoder = &UpdateShortSentMessage{}
		tl_updates_gen.go#L2478: 	_ UpdatesClass = &UpdateShortSentMessage{}
		tl_updates_gen.go#L2481: func (u *UpdateShortSentMessage) Zero() bool {
		tl_updates_gen.go#L2517: func (u *UpdateShortSentMessage) String() string {
		tl_updates_gen.go#L2521: 	type Alias UpdateShortSentMessage
		tl_updates_gen.go#L2526: func (u *UpdateShortSentMessage) FillFrom(from interface {
		tl_updates_gen.go#L2558: func (*UpdateShortSentMessage) TypeID() uint32 {
		tl_updates_gen.go#L2563: func (*UpdateShortSentMessage) TypeName() string {
		tl_updates_gen.go#L2568: func (u *UpdateShortSentMessage) TypeInfo() tdp.Type {
		tl_updates_gen.go#L2619: func (u *UpdateShortSentMessage) SetFlags() {
		tl_updates_gen.go#L2635: func (u *UpdateShortSentMessage) Encode(b *bin.Buffer) error {
		tl_updates_gen.go#L2644: func (u *UpdateShortSentMessage) EncodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L2682: func (u *UpdateShortSentMessage) Decode(b *bin.Buffer) error {
		tl_updates_gen.go#L2693: func (u *UpdateShortSentMessage) DecodeBare(b *bin.Buffer) error {
		tl_updates_gen.go#L2766: func (u *UpdateShortSentMessage) SetOut(value bool) {
		tl_updates_gen.go#L2777: func (u *UpdateShortSentMessage) GetOut() (value bool) {
		tl_updates_gen.go#L2785: func (u *UpdateShortSentMessage) GetID() (value int) {
		tl_updates_gen.go#L2793: func (u *UpdateShortSentMessage) GetPts() (value int) {
		tl_updates_gen.go#L2801: func (u *UpdateShortSentMessage) GetPtsCount() (value int) {
		tl_updates_gen.go#L2809: func (u *UpdateShortSentMessage) GetDate() (value int) {
		tl_updates_gen.go#L2817: func (u *UpdateShortSentMessage) SetMedia(value MessageMediaClass) {
		tl_updates_gen.go#L2824: func (u *UpdateShortSentMessage) GetMedia() (value MessageMediaClass, ok bool) {
		tl_updates_gen.go#L2835: func (u *UpdateShortSentMessage) SetEntities(value []MessageEntityClass) {
		tl_updates_gen.go#L2842: func (u *UpdateShortSentMessage) GetEntities() (value []MessageEntityClass, ok bool) {
		tl_updates_gen.go#L2853: func (u *UpdateShortSentMessage) SetTTLPeriod(value int) {
		tl_updates_gen.go#L2860: func (u *UpdateShortSentMessage) GetTTLPeriod() (value int, ok bool) {
		tl_updates_gen.go#L2871: func (u *UpdateShortSentMessage) MapEntities() (value MessageEntityClassArray, ok bool) {
		tl_updates_gen.go#L2971: 		v := UpdateShortSentMessage{}
		tl_updates_slices_gen.go#L187: 		value, ok := elem.(*UpdateShortSentMessage)
		tl_updates_slices_gen.go#L734: type UpdateShortSentMessageArray []UpdateShortSentMessage
		tl_updates_slices_gen.go#L737: func (s UpdateShortSentMessageArray) Sort(less func(a, b UpdateShortSentMessage) bool) UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L745: func (s UpdateShortSentMessageArray) SortStable(less func(a, b UpdateShortSentMessage) bool) UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L753: func (s UpdateShortSentMessageArray) Retain(keep func(x UpdateShortSentMessage) bool) UpdateShortSentMessageArray {
		tl_updates_slices_gen.go#L767: func (s UpdateShortSentMessageArray) First() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L775: func (s UpdateShortSentMessageArray) Last() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L783: func (s *UpdateShortSentMessageArray) PopFirst() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L793: 	var zero UpdateShortSentMessage
		tl_updates_slices_gen.go#L802: func (s *UpdateShortSentMessageArray) Pop() (v UpdateShortSentMessage, ok bool) {
		tl_updates_slices_gen.go#L817: 	return s.Sort(func(a, b UpdateShortSentMessage) bool {
		tl_updates_slices_gen.go#L824: 	return s.SortStable(func(a, b UpdateShortSentMessage) bool {
		tl_updates_slices_gen.go#L831: 	return s.Sort(func(a, b UpdateShortSentMessage) bool {
		tl_updates_slices_gen.go#L838: 	return s.SortStable(func(a, b UpdateShortSentMessage) bool {
		tl_updates_slices_gen.go#L844: func (s UpdateShortSentMessageArray) FillMap(to map[int]UpdateShortSentMessage) {
		tl_updates_slices_gen.go#L851: func (s UpdateShortSentMessageArray) ToMap() map[int]UpdateShortSentMessage {
		tl_updates_slices_gen.go#L852: 	r := make(map[int]UpdateShortSentMessage, len(s))

	github.com/gotd/td/telegram
		handle_updates.go#L38: 	case *tg.UpdateShortSentMessage:

	github.com/gotd/td/telegram/internal/upconv
		upconv.go#L99: func ShortSentMessage(u *tg.UpdateShortSentMessage) *tg.UpdateShort {