type github.com/gotd/td/tg.ReadParticipantDate
27 uses
github.com/gotd/td/tg (current package)
tl_messages_get_message_read_participants_gen.go#L223: func (c *Client) MessagesGetMessageReadParticipants(ctx context.Context, request *MessagesGetMessageReadParticipantsRequest) ([]ReadParticipantDate, error) {
tl_messages_get_message_read_participants_gen.go#L229: return []ReadParticipantDate(result.Elems), nil
tl_read_participant_date_gen.go#L38: type ReadParticipantDate struct {
tl_read_participant_date_gen.go#L50: _ bin.Encoder = &ReadParticipantDate{}
tl_read_participant_date_gen.go#L51: _ bin.Decoder = &ReadParticipantDate{}
tl_read_participant_date_gen.go#L52: _ bin.BareEncoder = &ReadParticipantDate{}
tl_read_participant_date_gen.go#L53: _ bin.BareDecoder = &ReadParticipantDate{}
tl_read_participant_date_gen.go#L56: func (r *ReadParticipantDate) Zero() bool {
tl_read_participant_date_gen.go#L71: func (r *ReadParticipantDate) String() string {
tl_read_participant_date_gen.go#L75: type Alias ReadParticipantDate
tl_read_participant_date_gen.go#L80: func (r *ReadParticipantDate) FillFrom(from interface {
tl_read_participant_date_gen.go#L91: func (*ReadParticipantDate) TypeID() uint32 {
tl_read_participant_date_gen.go#L96: func (*ReadParticipantDate) TypeName() string {
tl_read_participant_date_gen.go#L101: func (r *ReadParticipantDate) TypeInfo() tdp.Type {
tl_read_participant_date_gen.go#L124: func (r *ReadParticipantDate) Encode(b *bin.Buffer) error {
tl_read_participant_date_gen.go#L133: func (r *ReadParticipantDate) EncodeBare(b *bin.Buffer) error {
tl_read_participant_date_gen.go#L143: func (r *ReadParticipantDate) Decode(b *bin.Buffer) error {
tl_read_participant_date_gen.go#L154: func (r *ReadParticipantDate) DecodeBare(b *bin.Buffer) error {
tl_read_participant_date_gen.go#L176: func (r *ReadParticipantDate) GetUserID() (value int64) {
tl_read_participant_date_gen.go#L184: func (r *ReadParticipantDate) GetDate() (value int) {
tl_read_participant_date_vector_gen.go#L37: Elems []ReadParticipantDate
tl_read_participant_date_vector_gen.go#L73: GetElems() (value []ReadParticipantDate)
tl_read_participant_date_vector_gen.go#L153: vec.Elems = make([]ReadParticipantDate, 0, headerLen%bin.PreallocateLimit)
tl_read_participant_date_vector_gen.go#L156: var value ReadParticipantDate
tl_read_participant_date_vector_gen.go#L167: func (vec *ReadParticipantDateVector) GetElems() (value []ReadParticipantDate) {
tl_registry_gen.go#L4738: ReadParticipantDateTypeID: func() bin.Object { return &ReadParticipantDate{} },
tl_server_gen.go#L5247: func (s *ServerDispatcher) OnMessagesGetMessageReadParticipants(f func(ctx context.Context, request *MessagesGetMessageReadParticipantsRequest) ([]ReadParticipantDate, error)) {
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. |