type github.com/gotd/td/tg.MessagesVotesList
30 uses
github.com/gotd/td/tg (current package)
tl_messages_get_poll_votes_gen.go#L357: func (c *Client) MessagesGetPollVotes(ctx context.Context, request *MessagesGetPollVotesRequest) (*MessagesVotesList, error) {
tl_messages_get_poll_votes_gen.go#L358: var result MessagesVotesList
tl_messages_votes_list_gen.go#L38: type MessagesVotesList struct {
tl_messages_votes_list_gen.go#L71: _ bin.Encoder = &MessagesVotesList{}
tl_messages_votes_list_gen.go#L72: _ bin.Decoder = &MessagesVotesList{}
tl_messages_votes_list_gen.go#L73: _ bin.BareEncoder = &MessagesVotesList{}
tl_messages_votes_list_gen.go#L74: _ bin.BareDecoder = &MessagesVotesList{}
tl_messages_votes_list_gen.go#L77: func (v *MessagesVotesList) Zero() bool {
tl_messages_votes_list_gen.go#L104: func (v *MessagesVotesList) String() string {
tl_messages_votes_list_gen.go#L108: type Alias MessagesVotesList
tl_messages_votes_list_gen.go#L113: func (v *MessagesVotesList) FillFrom(from interface {
tl_messages_votes_list_gen.go#L133: func (*MessagesVotesList) TypeID() uint32 {
tl_messages_votes_list_gen.go#L138: func (*MessagesVotesList) TypeName() string {
tl_messages_votes_list_gen.go#L143: func (v *MessagesVotesList) TypeInfo() tdp.Type {
tl_messages_votes_list_gen.go#L179: func (v *MessagesVotesList) SetFlags() {
tl_messages_votes_list_gen.go#L186: func (v *MessagesVotesList) Encode(b *bin.Buffer) error {
tl_messages_votes_list_gen.go#L195: func (v *MessagesVotesList) EncodeBare(b *bin.Buffer) error {
tl_messages_votes_list_gen.go#L238: func (v *MessagesVotesList) Decode(b *bin.Buffer) error {
tl_messages_votes_list_gen.go#L249: func (v *MessagesVotesList) DecodeBare(b *bin.Buffer) error {
tl_messages_votes_list_gen.go#L327: func (v *MessagesVotesList) GetCount() (value int) {
tl_messages_votes_list_gen.go#L335: func (v *MessagesVotesList) GetVotes() (value []MessagePeerVoteClass) {
tl_messages_votes_list_gen.go#L343: func (v *MessagesVotesList) GetChats() (value []ChatClass) {
tl_messages_votes_list_gen.go#L351: func (v *MessagesVotesList) GetUsers() (value []UserClass) {
tl_messages_votes_list_gen.go#L359: func (v *MessagesVotesList) SetNextOffset(value string) {
tl_messages_votes_list_gen.go#L366: func (v *MessagesVotesList) GetNextOffset() (value string, ok bool) {
tl_messages_votes_list_gen.go#L377: func (v *MessagesVotesList) MapVotes() (value MessagePeerVoteClassArray) {
tl_messages_votes_list_gen.go#L382: func (v *MessagesVotesList) MapChats() (value ChatClassArray) {
tl_messages_votes_list_gen.go#L387: func (v *MessagesVotesList) MapUsers() (value UserClassArray) {
tl_registry_gen.go#L4552: MessagesVotesListTypeID: func() bin.Object { return &MessagesVotesList{} },
tl_server_gen.go#L4756: func (s *ServerDispatcher) OnMessagesGetPollVotes(f func(ctx context.Context, request *MessagesGetPollVotesRequest) (*MessagesVotesList, 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. |