type github.com/gotd/td/tg.ChatParticipantClass
35 uses
github.com/gotd/td/tg (current package)
tl_chat_participant_gen.go#L51: func (c ChatParticipant) construct() ChatParticipantClass { return &c }
tl_chat_participant_gen.go#L60: _ ChatParticipantClass = &ChatParticipant{}
tl_chat_participant_gen.go#L236: func (c ChatParticipantCreator) construct() ChatParticipantClass { return &c }
tl_chat_participant_gen.go#L245: _ ChatParticipantClass = &ChatParticipantCreator{}
tl_chat_participant_gen.go#L375: func (c ChatParticipantAdmin) construct() ChatParticipantClass { return &c }
tl_chat_participant_gen.go#L384: _ ChatParticipantClass = &ChatParticipantAdmin{}
tl_chat_participant_gen.go#L566: type ChatParticipantClass interface {
tl_chat_participant_gen.go#L571: construct() ChatParticipantClass
tl_chat_participant_gen.go#L589: func DecodeChatParticipant(buf *bin.Buffer) (ChatParticipantClass, error) {
tl_chat_participant_gen.go#L623: ChatParticipant ChatParticipantClass
tl_chat_participant_slices_gen.go#L38: type ChatParticipantClassArray []ChatParticipantClass
tl_chat_participant_slices_gen.go#L41: func (s ChatParticipantClassArray) Sort(less func(a, b ChatParticipantClass) bool) ChatParticipantClassArray {
tl_chat_participant_slices_gen.go#L49: func (s ChatParticipantClassArray) SortStable(less func(a, b ChatParticipantClass) bool) ChatParticipantClassArray {
tl_chat_participant_slices_gen.go#L57: func (s ChatParticipantClassArray) Retain(keep func(x ChatParticipantClass) bool) ChatParticipantClassArray {
tl_chat_participant_slices_gen.go#L71: func (s ChatParticipantClassArray) First() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L79: func (s ChatParticipantClassArray) Last() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L87: func (s *ChatParticipantClassArray) PopFirst() (v ChatParticipantClass, ok bool) {
tl_chat_participant_slices_gen.go#L97: var zero ChatParticipantClass
tl_chat_participant_slices_gen.go#L106: func (s *ChatParticipantClassArray) Pop() (v ChatParticipantClass, ok bool) {
tl_chat_participants_gen.go#L49: SelfParticipant ChatParticipantClass
tl_chat_participants_gen.go#L97: GetSelfParticipant() (value ChatParticipantClass, ok bool)
tl_chat_participants_gen.go#L226: func (c *ChatParticipantsForbidden) SetSelfParticipant(value ChatParticipantClass) {
tl_chat_participants_gen.go#L233: func (c *ChatParticipantsForbidden) GetSelfParticipant() (value ChatParticipantClass, ok bool) {
tl_chat_participants_gen.go#L251: Participants []ChatParticipantClass
tl_chat_participants_gen.go#L301: GetParticipants() (value []ChatParticipantClass)
tl_chat_participants_gen.go#L406: c.Participants = make([]ChatParticipantClass, 0, headerLen%bin.PreallocateLimit)
tl_chat_participants_gen.go#L435: func (c *ChatParticipants) GetParticipants() (value []ChatParticipantClass) {
tl_update_gen.go#L17854: PrevParticipant ChatParticipantClass
tl_update_gen.go#L17858: NewParticipant ChatParticipantClass
tl_update_gen.go#L17936: GetPrevParticipant() (value ChatParticipantClass, ok bool)
tl_update_gen.go#L17937: GetNewParticipant() (value ChatParticipantClass, ok bool)
tl_update_gen.go#L18198: func (u *UpdateChatParticipant) SetPrevParticipant(value ChatParticipantClass) {
tl_update_gen.go#L18205: func (u *UpdateChatParticipant) GetPrevParticipant() (value ChatParticipantClass, ok bool) {
tl_update_gen.go#L18216: func (u *UpdateChatParticipant) SetNewParticipant(value ChatParticipantClass) {
tl_update_gen.go#L18223: func (u *UpdateChatParticipant) GetNewParticipant() (value ChatParticipantClass, ok bool) {
|
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. |