type github.com/gotd/td/tg.UpdateShortMessage
65 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3956: UpdateShortMessageTypeID: func() bin.Object { return &UpdateShortMessage{} },
tl_updates_gen.go#L143: type UpdateShortMessage struct {
tl_updates_gen.go#L211: func (u UpdateShortMessage) construct() UpdatesClass { return &u }
tl_updates_gen.go#L215: _ bin.Encoder = &UpdateShortMessage{}
tl_updates_gen.go#L216: _ bin.Decoder = &UpdateShortMessage{}
tl_updates_gen.go#L217: _ bin.BareEncoder = &UpdateShortMessage{}
tl_updates_gen.go#L218: _ bin.BareDecoder = &UpdateShortMessage{}
tl_updates_gen.go#L220: _ UpdatesClass = &UpdateShortMessage{}
tl_updates_gen.go#L223: func (u *UpdateShortMessage) Zero() bool {
tl_updates_gen.go#L280: func (u *UpdateShortMessage) String() string {
tl_updates_gen.go#L284: type Alias UpdateShortMessage
tl_updates_gen.go#L289: func (u *UpdateShortMessage) FillFrom(from interface {
tl_updates_gen.go#L341: func (*UpdateShortMessage) TypeID() uint32 {
tl_updates_gen.go#L346: func (*UpdateShortMessage) TypeName() string {
tl_updates_gen.go#L351: func (u *UpdateShortMessage) TypeInfo() tdp.Type {
tl_updates_gen.go#L435: func (u *UpdateShortMessage) SetFlags() {
tl_updates_gen.go#L466: func (u *UpdateShortMessage) Encode(b *bin.Buffer) error {
tl_updates_gen.go#L475: func (u *UpdateShortMessage) EncodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L523: func (u *UpdateShortMessage) Decode(b *bin.Buffer) error {
tl_updates_gen.go#L534: func (u *UpdateShortMessage) DecodeBare(b *bin.Buffer) error {
tl_updates_gen.go#L636: func (u *UpdateShortMessage) SetOut(value bool) {
tl_updates_gen.go#L647: func (u *UpdateShortMessage) GetOut() (value bool) {
tl_updates_gen.go#L655: func (u *UpdateShortMessage) SetMentioned(value bool) {
tl_updates_gen.go#L666: func (u *UpdateShortMessage) GetMentioned() (value bool) {
tl_updates_gen.go#L674: func (u *UpdateShortMessage) SetMediaUnread(value bool) {
tl_updates_gen.go#L685: func (u *UpdateShortMessage) GetMediaUnread() (value bool) {
tl_updates_gen.go#L693: func (u *UpdateShortMessage) SetSilent(value bool) {
tl_updates_gen.go#L704: func (u *UpdateShortMessage) GetSilent() (value bool) {
tl_updates_gen.go#L712: func (u *UpdateShortMessage) GetID() (value int) {
tl_updates_gen.go#L720: func (u *UpdateShortMessage) GetUserID() (value int64) {
tl_updates_gen.go#L728: func (u *UpdateShortMessage) GetMessage() (value string) {
tl_updates_gen.go#L736: func (u *UpdateShortMessage) GetPts() (value int) {
tl_updates_gen.go#L744: func (u *UpdateShortMessage) GetPtsCount() (value int) {
tl_updates_gen.go#L752: func (u *UpdateShortMessage) GetDate() (value int) {
tl_updates_gen.go#L760: func (u *UpdateShortMessage) SetFwdFrom(value MessageFwdHeader) {
tl_updates_gen.go#L767: func (u *UpdateShortMessage) GetFwdFrom() (value MessageFwdHeader, ok bool) {
tl_updates_gen.go#L778: func (u *UpdateShortMessage) SetViaBotID(value int64) {
tl_updates_gen.go#L785: func (u *UpdateShortMessage) GetViaBotID() (value int64, ok bool) {
tl_updates_gen.go#L796: func (u *UpdateShortMessage) SetReplyTo(value MessageReplyHeaderClass) {
tl_updates_gen.go#L803: func (u *UpdateShortMessage) GetReplyTo() (value MessageReplyHeaderClass, ok bool) {
tl_updates_gen.go#L814: func (u *UpdateShortMessage) SetEntities(value []MessageEntityClass) {
tl_updates_gen.go#L821: func (u *UpdateShortMessage) GetEntities() (value []MessageEntityClass, ok bool) {
tl_updates_gen.go#L832: func (u *UpdateShortMessage) SetTTLPeriod(value int) {
tl_updates_gen.go#L839: func (u *UpdateShortMessage) GetTTLPeriod() (value int, ok bool) {
tl_updates_gen.go#L850: func (u *UpdateShortMessage) MapEntities() (value MessageEntityClassArray, ok bool) {
tl_updates_gen.go#L2936: 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#L34: case *tg.UpdateShortMessage:
github.com/gotd/td/telegram/internal/upconv
upconv.go#L42: func ShortMessage(u *tg.UpdateShortMessage) *tg.UpdateShort {
|
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. |