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

19 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_message_read_participants_gen.go#L224: 	var result ReadParticipantDateVector
		tl_read_participant_date_vector_gen.go#L35: type ReadParticipantDateVector struct {
		tl_read_participant_date_vector_gen.go#L45: 	_ bin.Encoder     = &ReadParticipantDateVector{}
		tl_read_participant_date_vector_gen.go#L46: 	_ bin.Decoder     = &ReadParticipantDateVector{}
		tl_read_participant_date_vector_gen.go#L47: 	_ bin.BareEncoder = &ReadParticipantDateVector{}
		tl_read_participant_date_vector_gen.go#L48: 	_ bin.BareDecoder = &ReadParticipantDateVector{}
		tl_read_participant_date_vector_gen.go#L51: func (vec *ReadParticipantDateVector) Zero() bool {
		tl_read_participant_date_vector_gen.go#L63: func (vec *ReadParticipantDateVector) String() string {
		tl_read_participant_date_vector_gen.go#L67: 	type Alias ReadParticipantDateVector
		tl_read_participant_date_vector_gen.go#L72: func (vec *ReadParticipantDateVector) FillFrom(from interface {
		tl_read_participant_date_vector_gen.go#L81: func (*ReadParticipantDateVector) TypeID() uint32 {
		tl_read_participant_date_vector_gen.go#L86: func (*ReadParticipantDateVector) TypeName() string {
		tl_read_participant_date_vector_gen.go#L91: func (vec *ReadParticipantDateVector) TypeInfo() tdp.Type {
		tl_read_participant_date_vector_gen.go#L110: func (vec *ReadParticipantDateVector) Encode(b *bin.Buffer) error {
		tl_read_participant_date_vector_gen.go#L119: func (vec *ReadParticipantDateVector) EncodeBare(b *bin.Buffer) error {
		tl_read_participant_date_vector_gen.go#L133: func (vec *ReadParticipantDateVector) Decode(b *bin.Buffer) error {
		tl_read_participant_date_vector_gen.go#L142: func (vec *ReadParticipantDateVector) DecodeBare(b *bin.Buffer) error {
		tl_read_participant_date_vector_gen.go#L167: func (vec *ReadParticipantDateVector) GetElems() (value []ReadParticipantDate) {
		tl_server_gen.go#L5258: 		return &ReadParticipantDateVector{Elems: response}, nil