type github.com/gotd/td/tg.UpdateReadMessagesContents
39 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L340: type ReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateReadMessagesContents) error
tl_handlers_gen.go#L345: return handler(ctx, e, update.(*UpdateReadMessagesContents))
tl_registry_gen.go#L3851: UpdateReadMessagesContentsTypeID: func() bin.Object { return &UpdateReadMessagesContents{} },
tl_update_gen.go#L4784: type UpdateReadMessagesContents struct {
tl_update_gen.go#L4812: func (u UpdateReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L4816: _ bin.Encoder = &UpdateReadMessagesContents{}
tl_update_gen.go#L4817: _ bin.Decoder = &UpdateReadMessagesContents{}
tl_update_gen.go#L4818: _ bin.BareEncoder = &UpdateReadMessagesContents{}
tl_update_gen.go#L4819: _ bin.BareDecoder = &UpdateReadMessagesContents{}
tl_update_gen.go#L4821: _ UpdateClass = &UpdateReadMessagesContents{}
tl_update_gen.go#L4824: func (u *UpdateReadMessagesContents) Zero() bool {
tl_update_gen.go#L4848: func (u *UpdateReadMessagesContents) String() string {
tl_update_gen.go#L4852: type Alias UpdateReadMessagesContents
tl_update_gen.go#L4857: func (u *UpdateReadMessagesContents) FillFrom(from interface {
tl_update_gen.go#L4875: func (*UpdateReadMessagesContents) TypeID() uint32 {
tl_update_gen.go#L4880: func (*UpdateReadMessagesContents) TypeName() string {
tl_update_gen.go#L4885: func (u *UpdateReadMessagesContents) TypeInfo() tdp.Type {
tl_update_gen.go#L4917: func (u *UpdateReadMessagesContents) SetFlags() {
tl_update_gen.go#L4924: func (u *UpdateReadMessagesContents) Encode(b *bin.Buffer) error {
tl_update_gen.go#L4933: func (u *UpdateReadMessagesContents) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4954: func (u *UpdateReadMessagesContents) Decode(b *bin.Buffer) error {
tl_update_gen.go#L4965: func (u *UpdateReadMessagesContents) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5016: func (u *UpdateReadMessagesContents) GetMessages() (value []int) {
tl_update_gen.go#L5024: func (u *UpdateReadMessagesContents) GetPts() (value int) {
tl_update_gen.go#L5032: func (u *UpdateReadMessagesContents) GetPtsCount() (value int) {
tl_update_gen.go#L5040: func (u *UpdateReadMessagesContents) SetDate(value int) {
tl_update_gen.go#L5047: func (u *UpdateReadMessagesContents) GetDate() (value int, ok bool) {
tl_update_gen.go#L25112: v := UpdateReadMessagesContents{}
tl_update_slices_gen.go#L421: value, ok := elem.(*UpdateReadMessagesContents)
tl_update_slices_gen.go#L3467: type UpdateReadMessagesContentsArray []UpdateReadMessagesContents
tl_update_slices_gen.go#L3470: func (s UpdateReadMessagesContentsArray) Sort(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3478: func (s UpdateReadMessagesContentsArray) SortStable(less func(a, b UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3486: func (s UpdateReadMessagesContentsArray) Retain(keep func(x UpdateReadMessagesContents) bool) UpdateReadMessagesContentsArray {
tl_update_slices_gen.go#L3500: func (s UpdateReadMessagesContentsArray) First() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L3508: func (s UpdateReadMessagesContentsArray) Last() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L3516: func (s *UpdateReadMessagesContentsArray) PopFirst() (v UpdateReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L3526: var zero UpdateReadMessagesContents
tl_update_slices_gen.go#L3535: func (s *UpdateReadMessagesContentsArray) Pop() (v UpdateReadMessagesContents, ok bool) {
tl_updates_classifier_gen.go#L46: case *UpdateReadMessagesContents:
|
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. |