type github.com/gotd/td/tg.MessageActionSecureValuesSent
32 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3775: type MessageActionSecureValuesSent struct {
tl_message_action_gen.go#L3784: func (m MessageActionSecureValuesSent) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L3788: _ bin.Encoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3789: _ bin.Decoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3790: _ bin.BareEncoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3791: _ bin.BareDecoder = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3793: _ MessageActionClass = &MessageActionSecureValuesSent{}
tl_message_action_gen.go#L3796: func (m *MessageActionSecureValuesSent) Zero() bool {
tl_message_action_gen.go#L3808: func (m *MessageActionSecureValuesSent) String() string {
tl_message_action_gen.go#L3812: type Alias MessageActionSecureValuesSent
tl_message_action_gen.go#L3817: func (m *MessageActionSecureValuesSent) FillFrom(from interface {
tl_message_action_gen.go#L3826: func (*MessageActionSecureValuesSent) TypeID() uint32 {
tl_message_action_gen.go#L3831: func (*MessageActionSecureValuesSent) TypeName() string {
tl_message_action_gen.go#L3836: func (m *MessageActionSecureValuesSent) TypeInfo() tdp.Type {
tl_message_action_gen.go#L3855: func (m *MessageActionSecureValuesSent) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L3864: func (m *MessageActionSecureValuesSent) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3881: func (m *MessageActionSecureValuesSent) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L3892: func (m *MessageActionSecureValuesSent) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L3917: func (m *MessageActionSecureValuesSent) GetTypes() (value []SecureValueTypeClass) {
tl_message_action_gen.go#L3925: func (m *MessageActionSecureValuesSent) MapTypes() (value SecureValueTypeClassArray) {
tl_message_action_gen.go#L15607: v := MessageActionSecureValuesSent{}
tl_message_action_slices_gen.go#L330: value, ok := elem.(*MessageActionSecureValuesSent)
tl_message_action_slices_gen.go#L2212: type MessageActionSecureValuesSentArray []MessageActionSecureValuesSent
tl_message_action_slices_gen.go#L2215: func (s MessageActionSecureValuesSentArray) Sort(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L2223: func (s MessageActionSecureValuesSentArray) SortStable(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L2231: func (s MessageActionSecureValuesSentArray) Retain(keep func(x MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L2245: func (s MessageActionSecureValuesSentArray) First() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L2253: func (s MessageActionSecureValuesSentArray) Last() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L2261: func (s *MessageActionSecureValuesSentArray) PopFirst() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L2271: var zero MessageActionSecureValuesSent
tl_message_action_slices_gen.go#L2280: func (s *MessageActionSecureValuesSentArray) Pop() (v MessageActionSecureValuesSent, ok bool) {
tl_registry_gen.go#L5033: MessageActionSecureValuesSentTypeID: func() bin.Object { return &MessageActionSecureValuesSent{} },
![]() |
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. |