type github.com/gotd/td/tg.UpdateNewMessage
39 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L110: type NewMessageHandler func(ctx context.Context, e Entities, update *UpdateNewMessage) error
tl_handlers_gen.go#L115: return handler(ctx, e, update.(*UpdateNewMessage))
tl_registry_gen.go#L3828: UpdateNewMessageTypeID: func() bin.Object { return &UpdateNewMessage{} },
tl_update_gen.go#L41: type UpdateNewMessage struct {
tl_update_gen.go#L54: func (u UpdateNewMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L58: _ bin.Encoder = &UpdateNewMessage{}
tl_update_gen.go#L59: _ bin.Decoder = &UpdateNewMessage{}
tl_update_gen.go#L60: _ bin.BareEncoder = &UpdateNewMessage{}
tl_update_gen.go#L61: _ bin.BareDecoder = &UpdateNewMessage{}
tl_update_gen.go#L63: _ UpdateClass = &UpdateNewMessage{}
tl_update_gen.go#L66: func (u *UpdateNewMessage) Zero() bool {
tl_update_gen.go#L84: func (u *UpdateNewMessage) String() string {
tl_update_gen.go#L88: type Alias UpdateNewMessage
tl_update_gen.go#L93: func (u *UpdateNewMessage) FillFrom(from interface {
tl_update_gen.go#L106: func (*UpdateNewMessage) TypeID() uint32 {
tl_update_gen.go#L111: func (*UpdateNewMessage) TypeName() string {
tl_update_gen.go#L116: func (u *UpdateNewMessage) TypeInfo() tdp.Type {
tl_update_gen.go#L143: func (u *UpdateNewMessage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L152: func (u *UpdateNewMessage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L168: func (u *UpdateNewMessage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L179: func (u *UpdateNewMessage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L208: func (u *UpdateNewMessage) GetMessage() (value MessageClass) {
tl_update_gen.go#L216: func (u *UpdateNewMessage) GetPts() (value int) {
tl_update_gen.go#L224: func (u *UpdateNewMessage) GetPtsCount() (value int) {
tl_update_gen.go#L24951: v := UpdateNewMessage{}
tl_update_slices_gen.go#L122: value, ok := elem.(*UpdateNewMessage)
tl_update_slices_gen.go#L1511: type UpdateNewMessageArray []UpdateNewMessage
tl_update_slices_gen.go#L1514: func (s UpdateNewMessageArray) Sort(less func(a, b UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L1522: func (s UpdateNewMessageArray) SortStable(less func(a, b UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L1530: func (s UpdateNewMessageArray) Retain(keep func(x UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L1544: func (s UpdateNewMessageArray) First() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L1552: func (s UpdateNewMessageArray) Last() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L1560: func (s *UpdateNewMessageArray) PopFirst() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L1570: var zero UpdateNewMessage
tl_update_slices_gen.go#L1579: func (s *UpdateNewMessageArray) Pop() (v UpdateNewMessage, ok bool) {
tl_updates_classifier_gen.go#L36: case *UpdateNewMessage:
github.com/gotd/td/telegram/internal/upconv
upconv.go#L62: Update: &tg.UpdateNewMessage{
upconv.go#L89: Update: &tg.UpdateNewMessage{
upconv.go#L108: Update: &tg.UpdateNewMessage{
|
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. |