type github.com/gotd/td/tg.MessageActionPollDeleteAnswer
31 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L15010: type MessageActionPollDeleteAnswer struct {
tl_message_action_gen.go#L15019: func (m MessageActionPollDeleteAnswer) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L15023: _ bin.Encoder = &MessageActionPollDeleteAnswer{}
tl_message_action_gen.go#L15024: _ bin.Decoder = &MessageActionPollDeleteAnswer{}
tl_message_action_gen.go#L15025: _ bin.BareEncoder = &MessageActionPollDeleteAnswer{}
tl_message_action_gen.go#L15026: _ bin.BareDecoder = &MessageActionPollDeleteAnswer{}
tl_message_action_gen.go#L15028: _ MessageActionClass = &MessageActionPollDeleteAnswer{}
tl_message_action_gen.go#L15031: func (m *MessageActionPollDeleteAnswer) Zero() bool {
tl_message_action_gen.go#L15043: func (m *MessageActionPollDeleteAnswer) String() string {
tl_message_action_gen.go#L15047: type Alias MessageActionPollDeleteAnswer
tl_message_action_gen.go#L15052: func (m *MessageActionPollDeleteAnswer) FillFrom(from interface {
tl_message_action_gen.go#L15061: func (*MessageActionPollDeleteAnswer) TypeID() uint32 {
tl_message_action_gen.go#L15066: func (*MessageActionPollDeleteAnswer) TypeName() string {
tl_message_action_gen.go#L15071: func (m *MessageActionPollDeleteAnswer) TypeInfo() tdp.Type {
tl_message_action_gen.go#L15090: func (m *MessageActionPollDeleteAnswer) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L15099: func (m *MessageActionPollDeleteAnswer) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L15113: func (m *MessageActionPollDeleteAnswer) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L15124: func (m *MessageActionPollDeleteAnswer) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L15139: func (m *MessageActionPollDeleteAnswer) GetAnswer() (value PollAnswerClass) {
tl_message_action_gen.go#L15915: v := MessageActionPollDeleteAnswer{}
tl_message_action_slices_gen.go#L876: value, ok := elem.(*MessageActionPollDeleteAnswer)
tl_message_action_slices_gen.go#L5656: type MessageActionPollDeleteAnswerArray []MessageActionPollDeleteAnswer
tl_message_action_slices_gen.go#L5659: func (s MessageActionPollDeleteAnswerArray) Sort(less func(a, b MessageActionPollDeleteAnswer) bool) MessageActionPollDeleteAnswerArray {
tl_message_action_slices_gen.go#L5667: func (s MessageActionPollDeleteAnswerArray) SortStable(less func(a, b MessageActionPollDeleteAnswer) bool) MessageActionPollDeleteAnswerArray {
tl_message_action_slices_gen.go#L5675: func (s MessageActionPollDeleteAnswerArray) Retain(keep func(x MessageActionPollDeleteAnswer) bool) MessageActionPollDeleteAnswerArray {
tl_message_action_slices_gen.go#L5689: func (s MessageActionPollDeleteAnswerArray) First() (v MessageActionPollDeleteAnswer, ok bool) {
tl_message_action_slices_gen.go#L5697: func (s MessageActionPollDeleteAnswerArray) Last() (v MessageActionPollDeleteAnswer, ok bool) {
tl_message_action_slices_gen.go#L5705: func (s *MessageActionPollDeleteAnswerArray) PopFirst() (v MessageActionPollDeleteAnswer, ok bool) {
tl_message_action_slices_gen.go#L5715: var zero MessageActionPollDeleteAnswer
tl_message_action_slices_gen.go#L5724: func (s *MessageActionPollDeleteAnswerArray) Pop() (v MessageActionPollDeleteAnswer, ok bool) {
tl_registry_gen.go#L5077: MessageActionPollDeleteAnswerTypeID: func() bin.Object { return &MessageActionPollDeleteAnswer{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |