type github.com/gotd/td/tg.MessageActionGiftStars
40 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L8741: type MessageActionGiftStars struct {
tl_message_action_gen.go#L8781: func (m MessageActionGiftStars) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L8785: _ bin.Encoder = &MessageActionGiftStars{}
tl_message_action_gen.go#L8786: _ bin.Decoder = &MessageActionGiftStars{}
tl_message_action_gen.go#L8787: _ bin.BareEncoder = &MessageActionGiftStars{}
tl_message_action_gen.go#L8788: _ bin.BareDecoder = &MessageActionGiftStars{}
tl_message_action_gen.go#L8790: _ MessageActionClass = &MessageActionGiftStars{}
tl_message_action_gen.go#L8793: func (m *MessageActionGiftStars) Zero() bool {
tl_message_action_gen.go#L8823: func (m *MessageActionGiftStars) String() string {
tl_message_action_gen.go#L8827: type Alias MessageActionGiftStars
tl_message_action_gen.go#L8832: func (m *MessageActionGiftStars) FillFrom(from interface {
tl_message_action_gen.go#L8860: func (*MessageActionGiftStars) TypeID() uint32 {
tl_message_action_gen.go#L8865: func (*MessageActionGiftStars) TypeName() string {
tl_message_action_gen.go#L8870: func (m *MessageActionGiftStars) TypeInfo() tdp.Type {
tl_message_action_gen.go#L8912: func (m *MessageActionGiftStars) SetFlags() {
tl_message_action_gen.go#L8925: func (m *MessageActionGiftStars) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L8934: func (m *MessageActionGiftStars) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L8958: func (m *MessageActionGiftStars) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L8969: func (m *MessageActionGiftStars) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L9024: func (m *MessageActionGiftStars) GetCurrency() (value string) {
tl_message_action_gen.go#L9032: func (m *MessageActionGiftStars) GetAmount() (value int64) {
tl_message_action_gen.go#L9040: func (m *MessageActionGiftStars) GetStars() (value int64) {
tl_message_action_gen.go#L9048: func (m *MessageActionGiftStars) SetCryptoCurrency(value string) {
tl_message_action_gen.go#L9055: func (m *MessageActionGiftStars) GetCryptoCurrency() (value string, ok bool) {
tl_message_action_gen.go#L9066: func (m *MessageActionGiftStars) SetCryptoAmount(value int64) {
tl_message_action_gen.go#L9073: func (m *MessageActionGiftStars) GetCryptoAmount() (value int64, ok bool) {
tl_message_action_gen.go#L9084: func (m *MessageActionGiftStars) SetTransactionID(value string) {
tl_message_action_gen.go#L9091: func (m *MessageActionGiftStars) GetTransactionID() (value string, ok bool) {
tl_message_action_gen.go#L15768: v := MessageActionGiftStars{}
tl_message_action_slices_gen.go#L603: value, ok := elem.(*MessageActionGiftStars)
tl_message_action_slices_gen.go#L3934: type MessageActionGiftStarsArray []MessageActionGiftStars
tl_message_action_slices_gen.go#L3937: func (s MessageActionGiftStarsArray) Sort(less func(a, b MessageActionGiftStars) bool) MessageActionGiftStarsArray {
tl_message_action_slices_gen.go#L3945: func (s MessageActionGiftStarsArray) SortStable(less func(a, b MessageActionGiftStars) bool) MessageActionGiftStarsArray {
tl_message_action_slices_gen.go#L3953: func (s MessageActionGiftStarsArray) Retain(keep func(x MessageActionGiftStars) bool) MessageActionGiftStarsArray {
tl_message_action_slices_gen.go#L3967: func (s MessageActionGiftStarsArray) First() (v MessageActionGiftStars, ok bool) {
tl_message_action_slices_gen.go#L3975: func (s MessageActionGiftStarsArray) Last() (v MessageActionGiftStars, ok bool) {
tl_message_action_slices_gen.go#L3983: func (s *MessageActionGiftStarsArray) PopFirst() (v MessageActionGiftStars, ok bool) {
tl_message_action_slices_gen.go#L3993: var zero MessageActionGiftStars
tl_message_action_slices_gen.go#L4002: func (s *MessageActionGiftStarsArray) Pop() (v MessageActionGiftStars, ok bool) {
tl_registry_gen.go#L5056: MessageActionGiftStarsTypeID: func() bin.Object { return &MessageActionGiftStars{} },
 |
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. |