type github.com/gotd/td/tg.MessageActionPhoneCall
38 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L2745: type MessageActionPhoneCall struct {
tl_message_action_gen.go#L2769: func (m MessageActionPhoneCall) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L2773: _ bin.Encoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2774: _ bin.Decoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2775: _ bin.BareEncoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2776: _ bin.BareDecoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2778: _ MessageActionClass = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2781: func (m *MessageActionPhoneCall) Zero() bool {
tl_message_action_gen.go#L2805: func (m *MessageActionPhoneCall) String() string {
tl_message_action_gen.go#L2809: type Alias MessageActionPhoneCall
tl_message_action_gen.go#L2814: func (m *MessageActionPhoneCall) FillFrom(from interface {
tl_message_action_gen.go#L2835: func (*MessageActionPhoneCall) TypeID() uint32 {
tl_message_action_gen.go#L2840: func (*MessageActionPhoneCall) TypeName() string {
tl_message_action_gen.go#L2845: func (m *MessageActionPhoneCall) TypeInfo() tdp.Type {
tl_message_action_gen.go#L2879: func (m *MessageActionPhoneCall) SetFlags() {
tl_message_action_gen.go#L2892: func (m *MessageActionPhoneCall) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L2901: func (m *MessageActionPhoneCall) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L2925: func (m *MessageActionPhoneCall) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L2936: func (m *MessageActionPhoneCall) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L2971: func (m *MessageActionPhoneCall) SetVideo(value bool) {
tl_message_action_gen.go#L2982: func (m *MessageActionPhoneCall) GetVideo() (value bool) {
tl_message_action_gen.go#L2990: func (m *MessageActionPhoneCall) GetCallID() (value int64) {
tl_message_action_gen.go#L2998: func (m *MessageActionPhoneCall) SetReason(value PhoneCallDiscardReasonClass) {
tl_message_action_gen.go#L3005: func (m *MessageActionPhoneCall) GetReason() (value PhoneCallDiscardReasonClass, ok bool) {
tl_message_action_gen.go#L3016: func (m *MessageActionPhoneCall) SetDuration(value int) {
tl_message_action_gen.go#L3023: func (m *MessageActionPhoneCall) GetDuration() (value int, ok bool) {
tl_message_action_gen.go#L15572: v := MessageActionPhoneCall{}
tl_message_action_slices_gen.go#L278: value, ok := elem.(*MessageActionPhoneCall)
tl_message_action_slices_gen.go#L1884: type MessageActionPhoneCallArray []MessageActionPhoneCall
tl_message_action_slices_gen.go#L1887: func (s MessageActionPhoneCallArray) Sort(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1895: func (s MessageActionPhoneCallArray) SortStable(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1903: func (s MessageActionPhoneCallArray) Retain(keep func(x MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1917: func (s MessageActionPhoneCallArray) First() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1925: func (s MessageActionPhoneCallArray) Last() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1933: func (s *MessageActionPhoneCallArray) PopFirst() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1943: var zero MessageActionPhoneCall
tl_message_action_slices_gen.go#L1952: func (s *MessageActionPhoneCallArray) Pop() (v MessageActionPhoneCall, ok bool) {
tl_registry_gen.go#L5028: MessageActionPhoneCallTypeID: func() bin.Object { return &MessageActionPhoneCall{} },
 |
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. |