type github.com/gotd/td/tg.MessageActionPhoneCall
38 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L2641: type MessageActionPhoneCall struct {
tl_message_action_gen.go#L2665: func (m MessageActionPhoneCall) construct() MessageActionClass { return &m }
tl_message_action_gen.go#L2669: _ bin.Encoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2670: _ bin.Decoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2671: _ bin.BareEncoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2672: _ bin.BareDecoder = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2674: _ MessageActionClass = &MessageActionPhoneCall{}
tl_message_action_gen.go#L2677: func (m *MessageActionPhoneCall) Zero() bool {
tl_message_action_gen.go#L2701: func (m *MessageActionPhoneCall) String() string {
tl_message_action_gen.go#L2705: type Alias MessageActionPhoneCall
tl_message_action_gen.go#L2710: func (m *MessageActionPhoneCall) FillFrom(from interface {
tl_message_action_gen.go#L2731: func (*MessageActionPhoneCall) TypeID() uint32 {
tl_message_action_gen.go#L2736: func (*MessageActionPhoneCall) TypeName() string {
tl_message_action_gen.go#L2741: func (m *MessageActionPhoneCall) TypeInfo() tdp.Type {
tl_message_action_gen.go#L2775: func (m *MessageActionPhoneCall) SetFlags() {
tl_message_action_gen.go#L2788: func (m *MessageActionPhoneCall) Encode(b *bin.Buffer) error {
tl_message_action_gen.go#L2797: func (m *MessageActionPhoneCall) EncodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L2821: func (m *MessageActionPhoneCall) Decode(b *bin.Buffer) error {
tl_message_action_gen.go#L2832: func (m *MessageActionPhoneCall) DecodeBare(b *bin.Buffer) error {
tl_message_action_gen.go#L2867: func (m *MessageActionPhoneCall) SetVideo(value bool) {
tl_message_action_gen.go#L2878: func (m *MessageActionPhoneCall) GetVideo() (value bool) {
tl_message_action_gen.go#L2886: func (m *MessageActionPhoneCall) GetCallID() (value int64) {
tl_message_action_gen.go#L2894: func (m *MessageActionPhoneCall) SetReason(value PhoneCallDiscardReasonClass) {
tl_message_action_gen.go#L2901: func (m *MessageActionPhoneCall) GetReason() (value PhoneCallDiscardReasonClass, ok bool) {
tl_message_action_gen.go#L2912: func (m *MessageActionPhoneCall) SetDuration(value int) {
tl_message_action_gen.go#L2919: func (m *MessageActionPhoneCall) GetDuration() (value int, ok bool) {
tl_message_action_gen.go#L7883: v := MessageActionPhoneCall{}
tl_message_action_slices_gen.go#L278: value, ok := elem.(*MessageActionPhoneCall)
tl_message_action_slices_gen.go#L1533: type MessageActionPhoneCallArray []MessageActionPhoneCall
tl_message_action_slices_gen.go#L1536: func (s MessageActionPhoneCallArray) Sort(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1544: func (s MessageActionPhoneCallArray) SortStable(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1552: func (s MessageActionPhoneCallArray) Retain(keep func(x MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1566: func (s MessageActionPhoneCallArray) First() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1574: func (s MessageActionPhoneCallArray) Last() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1582: func (s *MessageActionPhoneCallArray) PopFirst() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1592: var zero MessageActionPhoneCall
tl_message_action_slices_gen.go#L1601: func (s *MessageActionPhoneCallArray) Pop() (v MessageActionPhoneCall, ok bool) {
tl_registry_gen.go#L3729: MessageActionPhoneCallTypeID: func() bin.Object { return &MessageActionPhoneCall{} },
|
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. |